
Automation Command and Query Reference Manual - Control Reference
Sets/Queries the direction of the transition to be used for internal triggering from channel Cx.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the direction of the transition as negative
' for triggering on channel C1.
app.Acquisition.Trigger.C1.Slope = "Negative"
From 0.02 to 0.205 step 0.0005
app.Acquisition.Trigger.Ext
This group of variables controls the external trigger.
Sets/Reads the input coupling of the external trigger input.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Read the input coupling of the external trigger input.
ZinCoupling = app.Acquisition.Trigger.Ext.Coupling
MsgBox ZinCoupling
Komentarze do niniejszej Instrukcji