Histogram – Teledyne LeCroy WavePro Automation Command User Manual
Page 520

Automation Command and Query Reference Manual - Processor Reference
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Configure F1 to measure the Floor 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 Floor function trace Fx.
Description
LimitNumSweeps
Bool
Sweeps
Integer
From 1 to 1000000 step 1
Range
Sets/Queries the maximum number of sweeps for the Floor function trace Fx.
Description
ClearSweeps
Action
LimitNumSweeps
Bool
Sweeps
Integer
HISTOGRAM
app.Math.Fx.OperatorYSetup (Operator = "Histogram")
Histogram of the values of a parameter, or if a waveform is used as the input, histogram the waveform sample
amplitudes.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Configure F1 to histogram the first 200000 sample
' values from source waveform C1 into 50 bins.
' Auto find-scale is enabled.
app.Math.F1.View = True
app.Math.F1.Source1 = "C1"
Example
AutoFindScale
Bool
AutoFindScale
Bool
Bins
DoubleLockstep
Center
Double
ClearSweeps
Action
FindScale
Action
HorScale
DoubleLockstep
Values
Integer
VerScaleType
Enum
2-21
918501 RevA