
Automation Command and Query Reference Manual - Control Reference
' 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
Resets all parameter setups, turning each of the parameters view to "off", the MeasurementType to
"measure"and the selected paramEngine to "Null".
Clears the accumulated statistics for parametersP1 to P8 as well as the acumulated statistics for their
associated histicons.
Sets the measure gate to its default state. Valid only when in either Std. Vertical or Std. Horizontal
measurement modes. For MyMeasure see the equivalent controls under Px.
Defines whether the measure results table is displayed or not.
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.
Sets/Queries the position of the left hand limit of the measure gate (n divisions).
Valid only when in either Std. Vertical or Std. Horizontal measurement modes. For MyMeasure see the
equivalent controls under Px.
Comentarios a estos manuales