Teledyne LeCroy WaveRunner Automation Command User Manual
Page 102
Automation Command and Query Reference Manual - Control Reference
Standard
Enum
Select the Telecom Standards that will be used to make alignments and mask test.
Available standards are listed in the 'Standard' field of this database :
D:\Masks\PulseMasksProp.mdb. (whithout spaces and special characters).
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.WaveMasterApplication.1")
'Select an stadard and the source
app.ElectricalTelecom.Standard = "E1Coax"
app.ElectricalTelecom.Source = "C4"
app.ElectricalTelecom.Setup
Example
Values
DS1
ANSI T1 DS1 standard on 100 ohm line (using AP100)
DS3
ANSI T1 DS3 standard on 75 ohm coax (using PP090 probe)
E1coax
ITU-T E1 on 75 ohm coax (using PP090 probe)
E1TP
ITU-T E1 on 120 ohm twisted pairs (using AP120 probe)
E2
ITU-T E2 on 75 ohm coax (using PP090 probe)
E3
ITU-T E3 on 75 ohm coax (using PP090 probe)
E4
ITU-T E4 on 75 ohm coax (using PP090 probe)
Off
STM1E
ITU-T STM-1E on 75 ohm coax (using PP090 probe)
STS1
ANSI T1 STS-1 on 75 ohm coax (using PP090 probe)
STS3E
ANSI T1 STS-3E on 75 ohm coax (using PP090 probe)
Stop
Action
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.
Description
' 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
Example
1-94
918500 RevA