Maximum, Mean – Teledyne LeCroy WavePro Automation Command User Manual
Page 619
Automation Command and Query Reference Manual - Processor Reference
String containing the MATLAB code to execute when new data is presented.
Description
MATLABPlot
Bool
If true, the result of the MATLAB processing operation is plotted by MATLAB, in a floating window.
Description
MAXIMUM
app.Measure.Px.Operator (ParamEngine = "Maximum")
Calculates the maximum vertical value of the waveform
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
app.Measure.P1.ParamEngine = "Maximum"
Example
LevelForPeriodRelative
Double
From 0 to 100 step 1
Range
LevelForPeriodType
Enum
Values
Absolute
Percent
MultiValued
Bool
Set/Query the state of the Multi-Valued enable flag. Enables the emission of 'per-pulse' amplitude
parameters.
Description
LevelForPeriodRelative
Double
LevelForPeriodType
Enum
MultiValued
Bool
MEAN
app.Measure.Px.Operator (ParamEngine = "Mean")
Calculates the mean value of the input waveform's vertical values. When Cyclic = true, the range of values used is
limited to a whole number of cycles.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set parameter P1 to mean.
app.Measure.P1.ParamEngine = "Mean"
' Set the mean parameter for cyclic measurements.
app.Measure.P1.Operator.Cyclic = true
Example
Cyclic
Bool
2-120
918501 RevA