
Automation Command and Query Reference Manual - Control Reference
Stop the test and reset counters. After this command, a new 'Setup' must be made.
This is one of the action to control the state machine of Mask Testing : Setup, ReAlign, Stop, Pause,
Run and VerticalAlign.
' Visual Basic Script
Set app = CreateObject("LeCroy.WaveMasterApplication.1")
'Select an stadard and run the test
app.ElectricalTelecom.Standard = "E1Coax"
app.ElectricalTelecom.Setup
app.ElectricalTelecom.Run
app.Sleep 5000
app.ElectricalTelecom.Pause 'pause the test after 5 seconds
app.Sleep 5000
app.ElectricalTelecom.Stop 'Stop the test
For test that allow that, it's possible to perform a Vertical re-alignment .
Aligned waveform output of Electrical Telecom package. From there, all it's diplay settings can be changed. See
"executive setup" chapter for more details.
From -100 to 100 step 1e-005
Clear any accumulated result data. Useful for example to restart an average, or parameter statistics.
Comentários a estes Manuais