LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

HP5183A command

I am working on some code that used an HP signal generator which I believe is now obsolote. The code is writing a command to the signal generator to shut the power off using this command format
ViStatus _VI_FUNC hp836xx_writeInstrData (ViSession instrumentHandle, ViString writeBuffer);

the actual command used
hp836xx_writeInstrData (AGE83630_Handle, "pow:stat 1");

I am looking for the similar command from the HP5183A signal generator (ivirfsiggen.h and ivirfsiggne.fp files).

0 Kudos
Message 1 of 3
(3,104 Views)
Nevermind. I found it but don't know how to remove this thread.
It's
IviRFSigGen_ConfigureOutputEnabled (HP5183A_Handle2, VI_TRUE);
0 Kudos
Message 2 of 3
(3,099 Views)

Hello AEM,

No worries about the thread.  It just means that if anyone has a similar question in the future you saved them some time!

John B.
Applications Engineer
National Instruments
0 Kudos
Message 3 of 3
(3,076 Views)