Programming
421
Command
Syntax
:CONTrol:HANDler:B[:DATA] <Value>
Description
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).
Variable
Parameter Value
Description
Port information (output)
Data Type Numeric type (Integer)
Range 0 ~ 255
Examples
Dim Var as Long
Var= 11
Ana.WriteString ":CONT:HAND:B " & Str(Var), True
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.CONTROL.HANDLER.B.DATA
:CONT:HAND:C
Type
Command/Query
Syntax
:CONTrol:HANDler:C[:DATA] <Value>
:CONTrol:HANDler:C[:DATA]?
Description
When input/output port C of the handler I/O is set to the output port, it
outputs port information to the output port C (C0 to C3).