Property (Read-Write)
SCPI.CONTrol.HANDler.EXTension.INDex.STATe = Status
Status = SCPI.CONTrol.HANDler.EXTension.INDex.STATe
Turns ON/OFF output of the INDEX signal to B6 of the handler I/O.
When you use port B6 as the output port, turn OFF the INDEX signal output. When output of the INDEX signal is turned ON, the bit 6 of the data output by the SCPI.CONTrol.HANDler.B.DATA object (the bit 14 of the data outputted by the SCPI.CONTrol.HANDler.F.DATA object) is ignored.
Parameter |
Status |
Description |
ON/OFF of the INDEX signal output |
Data type |
Boolean type (Boolean) |
Range |
Select from the following: True or ON:Turns ON the INDEX signal output. False or OFF: Turns OFF the INDEX signal output. |
Preset value |
False or OFF |
Dim Indx As Boolean
SCPI.CONTrol.HANDler.EXTension.INDex.STATe = 1
Indx = SCPI.CONTrol.HANDler.EXTension.INDex.STATe
SCPI.CONTrol.HANDler.EXTension.RTRigger.STATe
No equivalent key is available on the front panel.
:CONTrol:HANDler[:EXTension]:INDex:STATe {ON|OFF|1|0}
:CONTrol:HANDler[:EXTension]:INDex:STATe?
{1|0}<newline><^END>
10 OUTPUT 717;":CONT:HAND:IND:STAT ON"
20 OUTPUT 717;":CONT:HAND:IND:STAT?"
30 ENTER 717;A