
Automation Command and Query Reference Manual - Processor Reference
Causes the engine to find a suitable level for either SigLevelType ("Absolute"or "Percent")
Sets/Queries the hysteresis range for the signal.
' 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
Sets/Queries which level to use "Percent" or "Absolute" for transitions on the signal
Sets/Queries the test level for the signal in percent.
Sets/Queries the polarity of the measured signal transitions.
app.Measure.Px.Operator (ParamEngine = "RootMeanSquare")
Comentarios a estos manuales