
Automation Command and Query Reference Manual - Control Reference
Specify on which channel (C1 to C4) the electrical signal to be tested is connected.
' 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
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).
' 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
ANSI T1 DS1 standard on 100 ohm line (using AP100)
ANSI T1 DS3 standard on 75 ohm coax (using PP090 probe)
ITU-T E1 on 75 ohm coax (using PP090 probe)
ITU-T E1 on 120 ohm twisted pairs (using AP120 probe)
ITU-T E2 on 75 ohm coax (using PP090 probe)
ITU-T E3 on 75 ohm coax (using PP090 probe)
ITU-T E4 on 75 ohm coax (using PP090 probe)
ITU-T STM-1E on 75 ohm coax (using PP090 probe)
ANSI T1 STS-1 on 75 ohm coax (using PP090 probe)
ANSI T1 STS-3E on 75 ohm coax (using PP090 probe)
Comentários a estes Manuais