SCPI.TRIGger.SEQuence.EXTernal.SLOPe

Object type

Property

Syntax

SCPI.TRIGger.SEQuence.EXTernal.SLOPe

Description

This command sets/gets the polarity of the External Trigger Input Port.

Variable

Parameter

Param

Description

Sets/Gets polarity of the external input trigger.

Data type

Character string type (String)

Range

Select from either of the following:

  • "POSitive": Sets/Gets Positive polarity.

  • "NEGative": Sets/Gets Negative polarity.

Preset value

"NEGative"

Examples

Dim InputTrigPol As String

InputTrigPol="NEGative"

SCPI.TRIGger.SEQuence.EXTernal.SLOPe=InputTrigPol

Related objects

SCPI.TRIGger.SEQuence.EXTernal.DELay

SCPI.TRIGger.SEQuence.EXTernal.LLATency.STATe

Equivalent key

Trigger > Ext Trig Input

Equivalent SCPI command

Syntax

:TRIGger[:SEQuence]:EXTernal:SLOPe {POSitive|NEGative}

:TRIGger[:SEQuence]:EXTernal:SLOPe?

Query response

{POSitive|NEGative}<newline><^END>

Example of use

10 OUTPUT 717;":TRIG:SEQ:EXT:SLOP POS"
20 OUTPUT 717;":TRIG:SEQ:EXT:SLOP?"
30 ENTER 717;A$