Property (Read-Write)
SCPI.CONTrol.HANDler.EXTension.RTRigger.STATe = Status
Status = SCPI.CONTrol.HANDler.EXTension.RTRigger.STATe
This command turns ON/OFF the output of READY FOR TRIGGER signal to B7 of the handler I/O.
When you use port B7 as the output port, turn OFF the READY FOR TRIGĀGER signal output. When outputting the READY FOR TRIGGER signal is turned ON, the bit 7of the data output by the SCPI.CONTrol.HANDler.B.DATA object (the bit 15 of the data output by the SCPI.CONTrol.HANDler.F.DATA object) is ignored.
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 |
Dim RdyTrig As Boolean
SCPI.CONTrol.HANDler.EXTension.RTRigger.STATe = 0
RdyTrig = SCPI.CONTrol.HANDler.EXTension.RTRigger.STATe
SCPI.CONTrol.HANDler.EXTension.INDex.STATe
No equivalent key is available on the front panel.
:CONTrol:HANDler[:EXTension]:RTRigger:STATe {ON|OFF|1|0}
:CONTrol:HANDler[:EXTension]:RTRigger:STATe?
{1|0}<newline><^END>
10 OUTPUT 717;":CONT:HAND:RTR:STAT ON"
20 OUTPUT 717;":CONT:HAND:RTR:STAT?"
30 ENTER 717;A