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