Median, Minimum – Teledyne LeCroy WavePro Automation Command User Manual
Page 620

Automation Command and Query Reference Manual - Processor Reference
Cyclic
Bool
Sets/Queries whether the mean parameter Px is to be measured over a number of complete cycles.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set parameter P2 to mean.
app.Measure.P2.ParamEngine = "Mean"
' Set the mean parameter for cyclic measurements.
app.Measure.P2.ParamEngine.Cyclic = True
Example
MEDIAN
app.Measure.Px.Operator (ParamEngine = "Median")
Calculates the median (division between two halves) of the probability distribution of an input waveform. For periodic
signals it is advisable to use Cyclic = true.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
app.Measure.P1.ParamEngine = "Median"
' Set the measurement for a periodic signal
app.Measure.P1.Operator.Cyclic = true
Example
Cyclic
Bool
Sets/Queries whether the median parameter Px is to be measured over a number of complete cycles.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set parameter P2 to median.
app.Measure.P2.ParamEngine = "Median"
' Set the median parameter for cyclic measurements.
app.Measure.P2.Operator.Cyclic = True
Example
Cyclic
Bool
MINIMUM
app.Measure.Px.Operator (ParamEngine = "Minimum")
Calculates the minimum value of a waveform
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
Example
LevelForPeriodRelative
Double
LevelForPeriodType
Enum
MultiValued
Bool
2-121
918501 RevA