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.
' 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"
Komentarze do niniejszej Instrukcji