
Automation Command and Query Reference Manual - Processor Reference
Initiates a clear sweeps action for the roof function trace Fx.
Sets/Queries the maximum number of sweeps for the Roof function trace Fx.
' 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
app.Measure.Px.Operator (ParamEngine = "Amplitude")
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
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.
Comentários a estes Manuais