beautypg.com

Teledyne LeCroy WaveSurfer Automation Command User Manual

Page 32

background image

Automation Command and Query Reference Manual - Control Reference

SequenceTimeout

Double

From 0.01 to 100 step 0.01

Range

Sets/Queries the timeout in segment mode of acquisition if insufficient triggers are received.

Description

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

' Set the sequence mode timeout to 10 seconds
app.Acquisition.Horizontal.SequenceTimeout = 10.0

Example

SequenceTimeoutEnable

Bool

Sets/Queries the enabling of the sequence mode timeout.

Description

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

' Enable the sequence mode timeout.
app.Acquisition.Horizontal.SequenceTimeoutEnable = True

Example

SetExtClockFrequency

Bool

Source

Enum

Values

C1

C2

C3

C4

Ext

ExtDivide10

Line

TimePerPoint

Double

From 1e-012 to 1e+012 step 1e-012

Range

Queries the time interval between successive samples in the acquisition.

Description

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

' Obtain the time per point of the acquisition.
timePerPt = app.Acquisition.Horizontal.TimePerPoint
MsgBox timePerPt

Example

1-25

918499 RevA