Chapter three, Control reference – Teledyne LeCroy WaveExpert series Automation Manual User Manual
Page 128

Chapter Three
Control Reference
Sets/Queries the first operator of math function Fx. When MathMode = "OneOperator, this is the only
math operator, when MathMode = "TwoOperator", this is the first of two operators. Note that when
MathMode = "Graph", this control has no effect.
Note also that the list of available math operators varies depending upon the instrument model
number, and the list of installed software options.
Operator1
Enum
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Define the first operator of math function F1 as an Average
app.Math.F1.View = True
app.Math.F1.MathMode = "OneOperator"
app.Math.F1.Operator1 = "Average"
Example
Description
Values
AbsoluteValue
Average
Copy
Derivative
Deskew
Difference
EnhancedResolution
Envelope
Exp
Exp10
FFT
Floor
Histogram
Integral
Invert
Ln
Log10
MATLABWaveform
Null
PersistenceHistogram
Product
Ratio
Reciprocal
Rescale
Roof
SinXOverX
Square
SquareRoot
Sum
Trend
Zoom
916435 RevA
3-61