User manual

Automation Command and Query Reference Manual - Control Reference
Operator1
Enum
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.
Description
' 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
Values
AbsoluteValue
Average
Derivative
Difference
EnhancedResolution
Envelope
FFT
Floor
Integral
Invert
Null
Product
Ratio
Reciprocal
Rescale
Roof
Square
SquareRoot
Sum
Zoom
1-111
918499 RevA