Teledyne LeCroy WavePro Automation Command User Manual
Page 119
![background image](/manuals/353449/119/background.png)
Automation Command and Query Reference Manual - Control Reference
Source
Enum
Specify on which channel (C1 to C4) the electrical signal to be tested is connected.
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
C1
C2
C3
C4
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)
1-105
918501 RevA