beautypg.com

Teledyne LeCroy WaveSurfer Automation Command User Manual

Page 21

background image

Automation Command and Query Reference Manual - Control Reference

Coupling

Enum

Sets/Queries the input coupling of input channel Cx.
Note that coupling choices vary between instrument models. WavePro 7000 instruments for example
support AC1M and DC1M modes in addition to DC50 and GND choices.

Description

' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")

' Inspect the input coupling for channel C2
CoupleC2 = app.Acquisition.C2.Coupling

' Set the coupling to DC, 50 ohms
app.Acquisition.C2.Coupling = "DC50"

Example

Values

AC1M

DC1M

DC50

Gnd

Deskew

Double

From -1.8e-006 to 1.8e-006 step 1e-012

Range

Sets/Queries the deskew of input channel Cx to produce a required alignment with another trace.

Description

' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")

Example

EnhanceResType

Enum

Enhance resolution setting (Noise Filter). Set to 'None' to turn off the filter.

Description

Values

0.5bits

1.5bits

1bits

2.5bits

2bits

3bits

None

1-14

918499 RevA