SCPI.CONTrol.HANDler.EXTension.RTRigger.STATe

Object type

Property (Read-Write)

Syntax

SCPI.CONTrol.HANDler.EXTension.RTRigger.STATe = Status

Status = SCPI.CONTrol.HANDler.EXTension.RTRigger.STATe

Description

This command turns ON/OFF the output of READY FOR TRIGGER signal to B7 of the handler I/O.

Variable

Parameter

Status

Description

ON/OFF of the READY FOR TRIGGER signal output

Data type

Boolean type (Boolean)

Range

Select from the following:

True or ON:Turns ON the READY FOR TRIGGER signal output.

False or OFF:Turns OFF the READY FOR TRIGGER signal output.

Preset value

False or OFF

Examples

Dim RdyTrig As Boolean
SCPI.CONTrol.HANDler.EXTension.RTRigger.STATe = 0
RdyTrig = SCPI.CONTrol.HANDler.EXTension.RTRigger.STATe

Related objects

SCPI.CONTrol.HANDler.EXTension.INDex.STATe

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:CONTrol:HANDler[:EXTension]:RTRigger:STATe {ON|OFF|1|0}

:CONTrol:HANDler[:EXTension]:RTRigger:STATe?

Query response

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

Example of use

10 OUTPUT 717;":CONT:HAND:RTR:STAT ON"
20 OUTPUT 717;":CONT:HAND:RTR:STAT?"
30 ENTER 717;A