Teledyne LeCroy WaveSurfer Automation Command User Manual
Page 34
Advertising

Automation Command and Query Reference Manual - Control Reference
PatternType
Enum
Sets/Queries the pattern (Logic) trigger type.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the pattern trigger type to Nand.
app.Acquisition.Trigger.Type = "Logic"
app.Acquisition.Trigger.PatternType = "Nand"
Example
Values
And
Nand
Nor
Or
ProbeName
String
Any number of characters
Range
The name of the probe connected to the Ext trigger input
("None" if no probe is present)
Description
Source
Enum
Sets/Queries the trigger source.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the trigger source to external.
app.Acquisition.Trigger.Source = "Ext"
Example
Values
C1
C2
C3
C4
Ext
ExtDivide10
Line
1-27
918499 RevA
Advertising