Command
:CONTrol:HANDler:B[:DATA] <Value>
This command sets/gets information of output port B (B0 to B7) of the handler I/O. Port information is output as 8-bit binary data using B0 as LSB and B7 as MSB.
The bit 6 of the data outputted by this project is ignored when outputting the INDEX signal is turned ON (specifying True with the :CONT:HAND:IND:STAT object).
The bit 7 of the data outputted by this project is ignored when outputting the READY FOR TRIGGER signal is turned ON (specifying True with the :CONT:HAND:RTR:STAT object).
Parameter |
Value |
Description |
Port information (output) |
Data Type |
Numeric type (Integer) |
Range |
0 ~ 255 |
Dim Var as Long
Var= 11
Ana.WriteString ":CONT:HAND:B " & Str(Var), True
No equivalent key is available on the front panel.
SCPI.CONTROL.HANDLER.B.DATA