Trigger – Teledyne LeCroy WavePro Automation Command User Manual
Page 43
![background image](/manuals/353449/43/background.png)
Automation Command and Query Reference Manual - Control Reference
SequenceTimeout
Double
From 0.0001 to 800 step 0.0001
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
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.
C1Coupling
Enum
C1Level
Double
C1Slope
Enum
C2Coupling
Enum
C2Level
Double
C2Slope
Enum
C3Coupling
Enum
C3Level
Double
C3Slope
Enum
C4Coupling
Enum
C4Level
Double
C4Slope
Enum
ExtCoupling
Enum
ExtLevel
Double
ExtSlope
Enum
LineLevel
Double
LineSlope
Enum
1-29
918501 RevA