Boxcar, Copy – Teledyne LeCroy WavePro Automation Command User Manual
Page 505
Automation Command and Query Reference Manual - Processor Reference
Sweeps
Integer
From 1 to 1000000 step 1
Range
Sets / Queries the number of sweeps to be averaged when trace Fx is set to averaging - continuous or
summed.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set number of sweeps to be averaged in trace F1 as 20.
app.Math.F1.Operator1Setup.Sweeps = 20
Example
BOXCAR
app.Math.Fx.OperatorYSetup (Operator = "Boxcar")
Rectangular BoxCar filter (local running average) of specified length.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the filter length for the boxcar function in trace F1
app.Math.F1.View = True
app.Math.F1.MathMode = "OneOperator"
app.Math.F1.Operator1 = "Boxcar"
app.Math.F1.Operator1Setup.
Example
Length
Integer
From 2 to 5000 step 1
Range
Sets / Queries the length, in samples, of the boxcar FIR filter (i.e. the running average of a local set of
"length" points)
Description
Length
Integer
COPY
app.Math.Fx.OperatorYSetup (Operator = "Copy")
BatchSize
Integer
From 128 to 10000000 step 128
Range
BatchSize
Integer
ResetCount
Action
WfCount
Double
WfCountText
String
2-6
918501 RevA