SCPI.TRIGger.OUTPut.POSition

Object type

Property (Read-Write)

Syntax

SCPI.TRIGger.OUTPut.POSition=Param

Param=SCPI.TRIGger.OUTPut.POSition

Description

This command sets/gets the position of the External Trigger Output Port.

Variable

Parameter

Param

Description

Sets/Gets (after or before measurement point) position of the output trigger.

Data type

Character string type (String)

Range

Select from either of the following:

  • "AFTer": Generates a Pulse (trigger) after the measurement points.

  • "BEFore": Generates a Pulse (trigger) before the measurement points.

Preset value

"AFTer"

Examples

Dim TrigPos As String

TrigPos="BEFore"

SCPI.TRIGger.OUTPut.POSition=TrigPos

Related objects

SCPI.TRIGger.OUTPut.POLarity

SCPI.TRIGger.OUTPut.STATe

Equivalent key

Trigger > Position

Equivalent SCPI command

Syntax

:TRIGger:OUTPut:POSition {AFTer|BEFore}

:TRIGger:OUTPut:POSition?

Query response

{AFT|BEF}<newline><^END>

Example of use

10 OUTPUT 717;":TRIG:OUTP:POS AFT"
20 OUTPUT 717;":TRIG:OUTP:POS?"
30 ENTER 717;A$