
Automation Command and Query Reference Manual - Control Reference
Sets/Queries the pattern (Logic) trigger type.
' 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"
The name of the probe connected to the Ext trigger input
("None" if no probe is present)
Sets/Queries the trigger source.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the trigger source to external.
app.Acquisition.Trigger.Source = "Ext"
Comentarios a estos manuales