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