SCPI.TRIGger.SEQuence.EXTernal.SLOPe

Object type

Property (Read-Write)

Syntax

SCPI.TRIGger.SEQuence.EXTernal.SLOPe=Param

Param=SCPI.TRIGger.SEQuence.EXTernal.SLOPe

Description

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

Variable

Parameter

Param

Description

Sets/Gets polarity of the external trigger (input).

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

Equivalent key

Trigger > Ext Trig Input

Equivalent SCPI command

Syntax

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

:TRIGger[:SEQuence]:EXTernal:SLOPe?

Query response

{POS|NEG}<newline><^END>

Example of use

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