Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Changing Modes E4440 spectrum analyzer

I need to chande meauring modes while running my test procedure software using an E4440a spectrum analyser
specifically MODE - Measuring Receiver - FM Deviation
there exists no such mode changing commands on the driver how can i deal with it?
Thank you
 
Levent ;
0 Kudos
Message 1 of 2
(3,064 Views)
Since you have the source code for the driver, you are free to modify any of the existing VIs or to create a new function and add it to the driver. You could also just place a VISA Write before or after one of calls to any of the driver functions. You should be able to look up the exact syntax for the command in the instrument manual. You can also test the command in MAX before you write any code.
Message 2 of 2
(3,061 Views)