Teledyne LeCroy WavePro Automation Command User Manual
Page 629

Automation Command and Query Reference Manual - Processor Reference
RefFindLevel
Action
Find the test level for the reference trace.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set parameter P3 to phase difference.
app.Measure.P3.ParamEngine = "Phase"
' Find the test level for the reference trace.
app.Measure.P3.Operator.RefFindLevel
Example
RefHysteresis
Double
From 0 to 10 step 0.1
Range
Sets/Queries the hysteresis range for the reference trace.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set parameter P1 to phase difference.
app.Measure.P1.ParamEngine = "Phase"
' Set the reference hysteresis in graticule divisions.
app.Measure.P1.Operator.RefHysteresis = 0.7
Example
RefLevelType
Enum
Sets/Queries the unit of measurement for the test level of the reference trace.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set parameter P1 to phase difference.
app.Measure.P1.ParamEngine = "Phase"
' Set the reference level to be measured in absolute units.
app.Measure.P1.Operator.RefLevelType = "Absolute"
Example
Values
Absolute
Percent
PercentGNDMax
PercentGNDMin
PercentPkPk
2-130
918501 RevA