SCPI.TRIGger.OUTPut.DURation

Object Type

Property (Read-Write)

Syntax

SCPI.TRIGger.OUTPut.DURation = Value

Value = SCPI.TRIGger.OUTPut.DURation

Description

This command sets/gets pulse width of output trigger signal.

Variable

Parameter

   Value

Description

pulse width

Data Type

Double precision floating point type (Double)

Range

1μ to 1

Preset Value

Unit

sec

Resolution

Examples

Dim WidTrig as Double
SCPI.TRIGger.OUTPut.DURation = 2E-6
WidTrig = SCPI.TRIGger.OUTPut.DURation

Related Objects

Equivalent Key

Trigger > Pulse Width

Equivalent SCPI Command

Syntax

:TRIGger:OUTPut:DURation <numeric>

:TRIGger:OUTPut:DURation?

Query Response

{numeric} <newline><^END>

Example of use

10 OUTPUT 717;":TRIG:OUTP:DUR 3E-6"
20 OUTPUT 717;":TRIG:OUTP:DUR?"
30 ENTER 717;A