Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

ActiveDSO WriteString Lecroy HDO 6054 Oscilloscope

I'm trying to look for other WriteString methods for Visual Basic but I only found one on ActiveDSO reference which is the Call o.WriteString("VDIV 50mV", True).

 

Can someone send me all the WriteString methods for Visual Basic?

I found this Python example

scope.WriteString("VBS app.Measure.ShowMeasure = true",1) #Automation command to show measurement table

scope.WriteString("""VBS 'app.Measure.P1.ParamEngine="Mean" ' """,1) #Automation command to change P1 to Mean

scope.WriteString("VBS? 'return=app.Measure.P1.Out.Result.Value' ",1) #Queries the P1 parameter

0 Kudos
Message 1 of 2
(3,635 Views)

You'll want to go to the Teledybe Lecroy technical manual page, find the right programming manual for your model.  Then look at the list of supported commands and programming options.

 

http://teledynelecroy.com/support/techlib/productmanuals.aspx?type=2&cat=1&capid=106&mid=528&smid=65...

 

 

0 Kudos
Message 2 of 2
(3,611 Views)