10-26-2018 10:56 PM - edited 10-26-2018 10:57 PM
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
10-27-2018 08:23 PM
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.