Command/Query
:CONTrol:HANDler:C[:DATA] <Value>
:CONTrol:HANDler:C[:DATA]?
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).
When input/output port C of the handler I/O is set to the input port, it reads out port information inputted to port C (C0 to C3).
Port information is input/output as 4-bit binary data, using C0 as LSB and C3 as MSB.
Parameter |
Value |
Description |
Port information (input/output) |
Data Type |
Numeric type (Integer) |
Range |
0 ~ 15 |
{numeric}<newline><^END>
Dim Var as Long
Var= 15
Ana.WriteString ":CONT:HAND:C " & Str(Var), True
Ana.WriteString ":CONT:HAND:C?", True
Var=Ana.ReadNumber
No equivalent key is available on the front panel.
SCPI.CONTROL.HANDLER.C.DATA