beautypg.com

Chapter three, Control reference – Teledyne LeCroy WaveExpert series Automation Manual User Manual

Page 89

background image

Chapter Three

Control Reference

Sets/Queries the horizontal scale in time per division.

HorScale

From 1e-012 to 0.001 step 1e-011, locked to 1 2 5, fine grain allowed=true, on=false

DoubleLockstep

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

' Set the horizontal acquisition scale to 200 ns/div.
app.Acquisition.Horizontal.HorScale = 2.0e-7

Range

Example

Description

Sets/Queries the horizontal position of the trigger time, relative to the origin set by HorOffsetOrigin, in
seconds. Positive to the right, negative to the left. The setting resolution is about 1% to 2&.

HorOffset

From -1.00122e-005 to -1.22e-008 step 2e-011

Double

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

' Set the horizontal trigger offset to 200 ns.
app.Acquisition.Horizontal.HorOffset = 2.0e-7

Range

Example

Description

Queries the units in which the horizontal scale is measured.

HorUnits

Any number of characters

String

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

' Obtain the units of the horizontal scale.
HorizUnit = app.Acquisition.Horizontal.HorUnits

Range

Example

Description

OperationMode

Enum

SampleMode

Enum

SamplingRate

Double

SignalBitRate

Double

SignalStandardUI

Enum

TimePerPoint

Double

Units

Enum

3-22

916435 RevA