Method (Write Only)
SCPI.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 SCPI.CONTrol.HANDler.EXTension.INDex.STATe 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 SCPI.CONTrol.HANDler.EXTension.RTRigger.STATe object).
Parameter |
Value |
Description |
Port information (output) |
Data type |
Long integer type (Long) |
Range |
0 to 255 |
Note |
If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set. |
SCPI.CONTrol.HANDler.B.DATA = 15
No equivalent key is available on the front panel.
:CONTrol:HANDler:B[:DATA] <numeric>
10 OUTPUT 717;":CONT:HAND:B 15"
20 OUTPUT 717;":CONT:HAND:B:DATA 15"