Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

LeCroy read and writhe Osziloscope settings

Hey, 

 

I just started with using Labview. I am using the LeCroy LT374L Osziloscope and want to read and write the complete Osziloscope settings (like trigger level, offset and so on ) first read and save on the PC and later write them back into the Osziloscope. 

I am using Labview 2010 with the driver lcltxxxx, up to now I could not find the right VI to realize my idea.

 

Does anybody has such an Problem solved before or can help me with my Problem?

thanks,

 

Christian 

0 Kudos
Message 1 of 2
(3,707 Views)
It would be a very rare driver that had functions to read the state of an instrument. Typically, you just have functions to set parameters. The SCPI commands to query a setting are simple and will be documented in the manual. You can add specific functions to the driver or modify the existing ones to do either a read or write.

Why do you want the ability to read the settings? Is this to allow a user to manually setup the oscilloscope (note the correct spelling)?
Message 2 of 2
(3,700 Views)