Trigger – Teledyne LeCroy WaveRunner Automation Command User Manual
Page 37

Automation Command and Query Reference Manual - Control Reference
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
UseLegacyDefault
Enum
Values
Never
No
Yes
TRIGGER
app.Acquisition.Trigger
This group of cvars controls all aspects of the trigger, except for trigger delay, which is in Acquisition.Horizontal.
Names of the form app.Acquisition.Trigger.Sources.xxxx are aliases of simpler names which are described in this
section of the manual. Examples of alias pairs are as follows -
app.Acquisition.Trigger.Sources("Cx") is equivalent to app.Acquisition.Trigger.Cx
app.Acquisition.Trigger.Sources("Ext") is equivalent to app.Acquisition.Trigger.Ext
app.Acquisition.Trigger.Sources("Line") is equivalent to app.Acquisition.Trigger.Line
Please see under Acquisition.Channels("Cx") for a programming example.
HoldoffType
Enum
Sets/Queries type of hold-off trigger.
Description
Values
Events
Holdoff by events, specified in HoldoffEvents
Off
No Trigger Holdoff
Time
Holdoff by time, specified in HoldoffTime
HoldoffType
Enum
PatternType
Enum
ProbeName
String
Source
Enum
Type
Enum
ZeroLevel
Action
1-29
918500 RevA