
Automation Command and Query Reference Manual - Control Reference
Reads the input impedance of the external trigger.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Read the input impedance of external trigger input.
ZinExt = app.Acquisition.Trigger.Ext.InputImpedance
MsgBox ZinExt
From -0.41 to 0.41 step 0.001
Sets/Queries the trigger level for the external trigger.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the trigger level to 55 mV for triggering from
' the external trigger socket.
app.Acquisition.Trigger.Ext.Level = 0.055
From -0.41 to 0.41 step 0.001
Sets/Queries the pattern state for the external trigger input.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the pattern state to low for triggering from
' the external trigger socket.
app.Acquisition.Trigger.Ext.PatternState = "Low"
Comentários a estes Manuais