Chapter four – Teledyne LeCroy WaveExpert series Automation Manual User Manual
Page 243
![background image](/manuals/353447/243/background.png)
Chapter Four
Control Reference
Sets/Queries the hysteresis range for the signal.
SigHysteresis
From 0 to 10 step 0.1
Double
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set parameter P3 to phase difference.
app.Measure.P3.ParamEngine = "Phase"
' Set the signal hysteresis in graticule divisions.
app.Measure.P3.Operator.SigHysteresis = 0.7
Range
Example
Description
Find the test level for the reference trace.
RefFindLevel
Action
' 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
Description
Causes the engine to find a suitable level for either SigLevelType ("Absolute"or "Percent")
SigFindLevel
Action
Description
Sets/Queries the test level for the reference trace in percent.
RefPercentLevel
From 0 to 100 step 1
Double
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set parameter P3 to phase difference.
app.Measure.P3.ParamEngine = "Phase"
' Set the reference test level in percent.
app.Measure.P3.Operator.RefPercentLevel = 55
Range
Example
Description
4-39
916435 RevA