beautypg.com

Teledyne LeCroy WaveRunner Automation Command User Manual

Page 101

background image

Automation Command and Query Reference Manual - Control Reference

Setup

Action

After the Telecom Standard has been choosed, the Source set, the 'Setup' command will perform all
acquisition setup, make the appropriate alignments and make test ready to run.
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

Example

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

1-93

918500 RevA