SCPI.TRIGger.SEQuence.EXTernal.LLATency.STATe

Type of object

Property (Read-Write)

Syntax

SCPI.TRIGger.SEQuence.EXTernal.LLATency.STATe = Status

Status = SCPI.TRIGger.SEQuence.EXTernal.LLATency.STATe

Description

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.

Variable

Parameter

Status

Description

On/off of the low-latency external trigger

Data type

Boolean type (Boolean)

Range

Select from either of the following:

  • True or ON: Turns on the low-latency external trigger.

  • False or OFF: Turns off the low-latency external trigger.

Preset value

False or OFF

Example of use

Dim Llat As Boolean
SCPI.TRIGger.SEQuence.EXTernal.LLATency.STATe = True
Llat = SCPI.TRIGger.SEQuence.EXTernal.LLATency.STATe

Related objects

SCPI.TRIGger.SEQuence.EXTernal.DELay

SCPI.TRIGger.SEQuence.POINt

SCPI.TRIGger.SEQuence.SOURce

Equivalent key

Trigger > Low Latency

Equivalent SCPI command

Syntax

:TRIGger[:SEQuence]:EXTernal:LLATency[:STATe] {ON|OFF|1|0}

:TRIGger[:SEQuence]:EXTernal:LLATency[:STATe]?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":TRIG:EXT:LLAT ON"
20 OUTPUT 717;":TRIG:EXT:LLAT?"
30 ENTER 717;A