beautypg.com

Averagesweeps, Range, Description – Teledyne LeCroy WaveRunner Automation Command User Manual

Page 21: Example

background image

Automation Command and Query Reference Manual - Control Reference

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

' Setup Channel C1
app.Acquisition.C1.VerScale = 0.5
app.Acquisition.C1.VerOffset = 0.0
app.Acquisition.C1.Coupling = "DC50"

' Setup Channel C2
app.Acquisition.C2.VerScale = 0.1

Example

AverageSweeps

Integer

From 1 to 1000000 step 1

Range

Sets/Queries the number of averaging sweeps for input channel Cx. This is distinct from the math
function app.Math.Fx. If the number of sweeps is 1 (the default value), the data will not be averaged.

Description

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

' Set the number of sweeps for channel C1 to 25.
app.Acquisition.C1.AverageSweeps = 25

Example

Coupling

Enum

Deskew

Double

EnhanceResType

Enum

FindScale

Action

InterpolateType

Enum

Invert

Bool

LabelsPosition

String

LabelsText

String

Persist3DQuality

Enum

Persisted

Bool

Persistence3d

Bool

PersistenceMonoChrome

Bool

PersistenceSaturation

Integer

PersistenceTime

Enum

ProbeAttenuation

Double

ProbeName

String

ShowLastTrace

Bool

UseGrid

String

VerOffset

Double

VerScale

DoubleLockstep

VerScaleVariable

Bool

View

Bool

ViewDecode

Bool

ViewLabels

Bool

1-13

918500 RevA