Property (Read-Write)
SCPI.TRIGger.SEQuence.EXTernal.LLATency.STATe = Status
Status = SCPI.TRIGger.SEQuence.EXTernal.LLATency.STATe
This command turns ON/OFF or returns the status of the low-latency external trigger feature.
When turning on the low-latency external trigger feature, the point trigger feature must be set to on and the trigger source must be set to external trigger.
When the point trigger feature is set to off, or when the trigger source is set to one other than the external trigger, the change is ignored.
Parameter |
Status |
Description |
On/off of the low-latency external trigger |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset value |
False or OFF |
Dim Llat As Boolean
SCPI.TRIGger.SEQuence.EXTernal.LLATency.STATe = True
Llat = SCPI.TRIGger.SEQuence.EXTernal.LLATency.STATe
SCPI.TRIGger.SEQuence.EXTernal.DELay
Trigger > Low Latency
:TRIGger[:SEQuence]:EXTernal:LLATency[:STATe] {ON|OFF|1|0}
:TRIGger[:SEQuence]:EXTernal:LLATency[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":TRIG:EXT:LLAT ON"
20 OUTPUT 717;":TRIG:EXT:LLAT?"
30 ENTER 717;A