Amplitude, Area – Teledyne LeCroy WaveSurfer Automation Command User Manual
Page 217

Automation Command and Query Reference Manual - Processor Reference
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
AMPLITUDE
app.Measure.Px.Operator (ParamEngine = "Amplitude")
AREA
app.Measure.Px.Operator (ParamEngine = "Area")
Calculates the area of the input waveform relative to zero.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set parameter P1 to area.
app.Measure.P1.View = True
app.Measure.P1.MeasurementType = "measure"
app.Measure.P1.ParamEngine = "Area"
app.Measure.P1.Source1 = "C1"
' Enable cycli
Example
Cyclic
Bool
Enables/Disables cyclic calculation of area parameter Px, that is calculated using a whole number of
cycles of the signal.
Note: the HelpMarkers aid in observing over which region of the waveform the measurement is made.
Description
Cyclic
Bool
2-8
918499 RevA