Roof, Segmentselect 2-45 – Teledyne LeCroy WavePro Automation Command User Manual
Page 544
![background image](/manuals/353449/544/background.png)
Automation Command and Query Reference Manual - Processor Reference
CustomUnit
Bool
Enables/Disables the application of a custom unit of measurement to the rescale function trace Fx.
Description
Multiplier
Double
From -1e+018 to 1e+018 step (9 digits)
Range
Sets/Queries the multiplicative constant M in the rescale function Fx = M.Input + A
Description
ROOF
app.Math.Fx.OperatorYSetup (Operator = "Roof")
Most positive or maximum values for an ensemble of sweeps, or "Roof"
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Configure F1 to measure the Roof of the first 1000
' sweeps of C1
app.Math.F1.View = True
app.Math.F1.Source1 = "C1"
app.Math.F1.MathMode = "OneOperator"
app.Math.F1.Operator1 =
Example
ClearSweeps
Action
Initiates a clear sweeps action for the roof function trace Fx.
Description
LimitNumSweeps
Bool
Sweeps
Integer
From 1 to 1000000 step 1
Range
Sets/Queries the maximum number of sweeps for the Roof function trace Fx.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set function trace F2 to roof.
app.Math.F2.Operator1 = "Roof"
' Set the maximum number of sweeps to 150.
app.Math.F2.Operator1Setup.Sweeps = 150
Example
ClearSweeps
Action
LimitNumSweeps
Bool
Sweeps
Integer
SEGMENTSELECT
2-45
918501 RevA