Chapter four, Integral, Control reference – Teledyne LeCroy WaveExpert series Automation Manual User Manual
Page 213: App.math.fx.operatorysetup (operator = "integral")
![background image](/manuals/353447/213/background.png)
Chapter Four
Control Reference
Sets/Queries the way that the vertical scale is calculated as the histogram Fx grows.
VerScaleType
Enum
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set function F1 as histogram.
app.Math.F1.Operator1 = "Histogram"
' Set the vertical scale type to linear with constant maximum.
app.Math.F1.Operator1Setup.VerScaleType = "LinConstMax"
Example
Description
Values
LinConstMax
Linear scale with constant maximum value
Linear
Linear scale
Enables/Disables automatic scale setting for the histogram function Fx.
AutoFindScale
Bool
Description
INTEGRAL
app.Math.Fx.OperatorYSetup (Operator = "Integral")
Integral of the linearly rescaled (multiplier and adder) input.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Configure F1 to integrate C1
app.Math.F1.View = True
app.Math.F1.Source1 = "C1"
app.Math.F1.MathMode = "OneOperator"
app.Math.F1.Operator1 = "Integral"
app.Math.F1.Operator1Setup
Example
Sets/Queries the multiplying constant M for the integral function Fx, where Fx = M . Input + A
Multiplier
From -1e+006 to 1e+006 step 1e-006
Double
Range
Description
Adder
Double
AutoFindScale
Bool
FindScale
Action
Multiplier
Double
VerOffset
Double
VerScale
DoubleLockstep
4-9
916435 RevA