SCPI.TRIGger.SEQuence.EXTernal.DELay

Type of object

Property (Read-Write)

Syntax

SCPI.TRIGger.SEQuence.EXTernal.DELay = Value

Value = SCPI.TRIGger.SEQuence.EXTernal.DELay

Description

This command sets/gets the time that it takes from receiving the trigger to starting the measurement when the trigger source is external.

Variable

Parameter

Value

Description

External trigger delay time

Data type

Double precision floating point type (Double)

Range

0 to 1

Preset value

0

Unit

s (second)

Resolution

1E-5 

Example of use

Dim Extdel As Double
SCPI.TRIGger.SEQuence.EXTernal.DELay = 0.05
Extdel = SCPI.TRIGger.SEQuence.EXTernal.DELay

Related objects

SCPI.TRIGger.SEQuence.POINt

Equivalent key

Trigger > Trigger Delay

Equivalent SCPI command

Syntax

:TRIGger[:SEQuence]:EXTernal:DELay <numeric>

:TRIGger[:SEQuence]:EXTernal:DELay?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":TRIG:EXT:DEL 0.05"
20 OUTPUT 717;":TRIG:EXT:DEL?"
30 ENTER 717;A