Property (Read-Write)
SCPI.CONTrol.HANDler.C.DATA = Value (for output port)
Value = SCPI.CONTrol.HANDler.C.DATA (for input port)
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 (output/input) |
Data type |
Long integer type (Long) |
Range |
0 to 15 |
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.C.MODE = "outp"
SCPI.CONTrol.HANDler.C.DATA = 8
Dim HdlCinp As Long
SCPI.CONTrol.HANDler.C.MODE = "inp"
HdlCinp = SCPI.CONTrol.HANDler.C.DATA
No equivalent key is available on the front panel.
:CONTrol:HANDler:C[:DATA] <numeric>
:CONTrol:HANDler:C[:DATA]?
{numeric}<newline><^END>
10 OUTPUT 717;":CONT:HAND:C:MODE OUTP"
20 OUTPUT 717;":CONT:HAND:C 15"
10 OUTPUT 717;":CONT:HAND:C:MODE INP"
20 OUTPUT 717;":CONT:HAND:C?"
30 ENTER 717;A