beautypg.com

Chapter three, Control reference, App.acquisition.cx – Teledyne LeCroy WaveExpert series Automation Manual User Manual

Page 78

background image

Chapter Three

Control Reference

manual which is devoted to app.Acquisition. Examples of alias pairs are as follows -
app.Acquisition.Channels("Cx") is equivalent to app.Acquisition.Cx
app.Acquisition.Channels(1) is equivalent to app.Acquisition.C1
app.Acquisition.Channels("Cx").Out.Result is equivalent to app.Acquisition.Cx.Out.Result

Set app = CreateObject("LeCroy.XStreamDSO")

For X = 1 To 4
app.Acquisition.Channels(X).VerScale = 0.2
Next

Example

CX

app.Acquisition.Cx

This group of variables controls the input channels C1, C2, C3 and C4.

Names of the form app.Acquisition.Channels.xxxx are aliases of simpler names which are described in the section of the
manual which is devoted to app.Acquisition. Examples of alias pairs are as follows -
app.Acquisition.Channels("Cx") is equivalent to app.Acquisition.Cx
app.Acquisition.Channels("Cx").Out.Result is equivalent to app.Acquisition.Cx.Out.Result

AverageSweeps

Integer

CalibrateScope

Action

ClearSweeps

Action

DarkCalLevel

Double

Deskew

Double

FindScale

Action

InterpolateType

Enum

Invert

Bool

LabelsPosition

String

LabelsText

String

MaskOn

Bool

Persisted

Bool

PersistenceSaturation

Integer

PersistenceTime

Enum

PodModel

String

PodType

Enum

ProbeAttenuation

Double

ProbeName

String

ShowLastTrace

Bool

TDREdgeTime

Double

TDRMeasurementType

Enum

TDROn

Bool

TDRPolarity

Enum

TDRZ0

Double

UseGrid

String

VerOffset

Double

VerScale

DoubleLockstep

VerScaleVariable

Bool

916435 RevA

3-11