SCPI.TRIGger.SEQuence.POINt

Type of object

Property (Read-Write)

Syntax

SCPI.TRIGger.SEQuence.POINt = Status

Status = SCPI.TRIGger.SEQuence.POINt

Description

This command turns ON/OFF or returns the status of the point trigger feature.

Variable

Parameter

Status

Description

Turns ON/OFF the point trigger

Data type

Boolean type (Boolean)

Range

Select from either of the following:

True or ON: Turns ON the point trigger.

False or OFF: Turns OFF the point trigger.

Preset value

False or OFF

Example of use

Dim Ptrig As Boolean
SCPI.TRIGger.SEQuence.POINt = True
Ptrig = TRIGger.SEQuence.POINt

Related objects

SCPI.TRIGger.SEQuence.SOURce

Equivalent key

Trigger > Trigger Event

Equivalent SCPI command

Syntax

:TRIGger[:SEQuence]:POINt {ON|OFF|1|0}

:TRIGger[:SEQuence]:POINt?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":TRIG:POIN ON"
20 OUTPUT 717;":TRIG:POIN?"
30 ENTER 717;A