Stoptesting, Description, Example verticalalign – Teledyne LeCroy WavePro Automation Command User Manual
Page 121: App.electricaltelecom.et

Automation Command and Query Reference Manual - Control Reference
StopTesting
Bool
If this mode is "On", the test will stop after 'app.ElectricalTelecom.StopAfter' sweeps.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.WaveMasterApplication.1")
'Select an stadard, run the test and stop after 1000 sweeps
app.ElectricalTelecom.Standard = "E1Coax"
app.ElectricalTelecom.Source = "C2"
app.ElectricalTelecom.Polarity = "pos"
app.ElectricalTelecom.StopAfter = 1000
app.ElectricalTelecom.StopTesting = "On"
app.ElectricalTelecom.Setup
app.ElectricalTelecom.Run
do while app.ElectricalTelecom.TestState <> "Pause"
app.Sleep 500
loop
passed = CStr(app.ElectricalTelecom.NumPass)
tested = CStr(app.ElectricalTelecom.NumTested)
MsgBox passed + " passed of " + tested + " tests"
Example
VerticalAlign
Action
For test that allow that, it's possible to perform a Vertical re-alignment .
Description
ET
app.ElectricalTelecom.ET
Aligned waveform output of Electrical Telecom package. From there, all it's diplay settings can be changed. See
"executive setup" chapter for more details.
AxisXRotation
Integer
AxisYRotation
Integer
BipolarLevel
Double
ClearSweeps
Action
LabelsPosition
String
LabelsText
String
LFCutoff
Double
Persist3DQuality
Enum
PersistDotJoined
Bool
Persisted
Bool
Persistence3d
Bool
PersistenceMonoChrome
Bool
PersistenceSaturation
Integer
PersistenceTime
Enum
ShowLastTrace
Bool
Source
Enum
UseGrid
String
View
Bool
ViewLabels
Bool
1-107
918501 RevA