Teledyne LeCroy WavePro Automation Command User Manual
Page 153
Automation Command and Query Reference Manual - Control Reference
Equation
String
Any number of characters
Range
Queries the equation which defines the math function Fx.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Read the definition of math function F3.
EquationF3 = app.Math.F3.Equation
MsgBox EquationF3
Example
LabelsPosition
String
Any number of characters
Range
Sets / Queries the horizontal position of the label attached to the trace Fx. The unit of measurement
is the unit of the horizontal scale. The measurement is made from the trigger point.
Note that this control is a string, not a numeric value. This allows multiple labels to be positioned, as
shown in the example below.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Add a couple of labels to trace F1, one at 0ns, and one at 55ns
app.SetToDefaultSetup
app.Math.F1.View = True
app.Math.F1.ViewLabels = True
app.Math.F1.LabelsPosition = "0.0, 55e-9"
app.Math.F1.LabelsText = "Hello,World"
Example
LabelsText
String
Any number of characters
Range
Sets / Queries the text that appears in labels attached to acquisition trace Cx. Multiple labels may be
specified by using comma as a delimiter. See the documentation on LabelsPosition for an example of
use.
Description
1-139
918501 RevA