Teledyne LeCroy WavePro Automation Command User Manual
Page 40

Automation Command and Query Reference Manual - Control Reference
HorOffsetOrigin
Double
From 0 to 10 step 1
Range
Sets/Queries the origin, in graticule divisions, of the time scale in which HorOffset is measured.
The value 0 corresponds to the left edge of the graticule. The value 10 corresponds to the right edge
of the graticule. Requesting a value outside the range will select the nearest allowed value.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the origin of the horizontal trigger offset to 4.0 divisions.
app.Acquisition.Horizontal.HorOffsetOrigin = 4.0
Example
HorScale
DoubleLockstep
From 2e-011 to 64 step 5e-010, locked to 1 2 5, fine grain allowed=true, on=false
Range
Sets/Queries the horizontal scale in time per division.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the horizontal acquisition scale to 200 ns/div.
app.Acquisition.Horizontal.HorScale = 2.0e-7
Example
HorUnits
String
Any number of characters
Range
Queries the units in which the horizontal scale is measured.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Obtain the units of the horizontal scale.
HorizUnit = app.Acquisition.Horizontal.HorUnits
Example
Maximize
Enum
Define whether timebase controls use a fixed sample rate, or a maximum memory length.
Description
Values
SetMaximumMemory
Maximum memory is programmed, sample rate changed to vary T/Div
1-26
918501 RevA