
Automation Command and Query Reference Manual - Control Reference
Sets/Queries the trigger type (mode).
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the trigger type to glitch.
app.Acquisition.Trigger.Type = "Glitch"
Sets the trigger level to zero volts.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the trigger level to zero volts.
app.Acquisition.Trigger.ZeroLevel
app.Acquisition.Trigger.Cx
This group of varables controls triggering from the input channels C1, C2, C3 and C4.
Comentários a estes Manuais