Command/Query
:CONTrol:HANDler[:EXTension]:INDex:STATe {ON|OFF|1|0}
: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 |
Selection Option |
Description |
State of the INDEX signal output |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
{1|0}<newline><^END>
Dim Var as Integer
Var = 1
Ena.WriteString ":CONT:HAND:IND:STAT " & Str(Var), True
Ena.WriteString ":CONT:HAND:IND:STAT?", True
Var=Ena.ReadNumber
No equivalent key is available on the front panel.
SCPI.CONTROL.HANDLER.EXTENSION.INDEX.STATE