Chapter three, Control reference – Teledyne LeCroy WaveExpert series Automation Manual User Manual
Page 137

Chapter Three
Control Reference
Names of the forms app.Measure.Measure("Premote").xxxx and app.Measure.Measure("Px").xxxx are aliases of simpler
names which are described in this section of the manual. Examples of alias pairs are as follows -
app.Measure.Measure("Premote").OutResult is equivalent to app.Measure."Premote".OutResult
app.Measure.Measure("Px").Statistics is equivalent to app.Measure.Px.Statistics
Please see under Acquisition.Channels for a programming example.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' get into the custom parameter mode
app.Measure.MeasureMode = "MyMeasure"
app.Measure.ClearAll
app.Measure.StatsOn = True
app.Measure.HistoOn = False
' Configure P1 to measure a
Example
Sets/Queries the visibility of parameter statistics. Note: the statistics are accumulated whether the
view of them is on or not, so you needn't have StatsOn = "On" to collect statistics.
StatsOn
Bool
Description
ClearAll
Action
ClearAllHelpMarkers
Action
ClearSweeps
Action
DataCoding
Enum
EyeAperture
Double
EyeSource1
Enum
EyeSource2
Enum
HelpMarkers
Enum
HistoOn
Bool
MeasureSet
Enum
SetGateToDefault
Action
ShowAllHelpMarkers
Action
ShowEyeMarkers
Bool
ShowMeasure
Bool
StatsOn
Bool
StdGateStart
Double
StdGateStop
Double
StdSource
Enum
UseCustomThresh
Bool
3-70
916435 RevA