Property (Read-Write)
SCPI.CONTrol.HANDler.D.DATA = Value (for output port)
Value = SCPI.CONTrol.HANDler.D.DATA (for input port)
When input/output port D of the handler I/O is set to the output port, it outputs port information to output port D (D0 to D3).
When input/output port D of the handler I/O is set to the input port, it reads out port information to input to port D (D0 to D3).
Port information is output as 4-bit binary data using D0 as LSB and D3 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.D.MODE = "outp"
SCPI.CONTrol.HANDler.D.DATA = 8
Dim HdlDinp As Long
SCPI.CONTrol.HANDler.D.MODE = "inp"
HdlDinp = SCPI.CONTrol.HANDler.D.DATA
No equivalent key is available on the front panel.
:CONTrol:HANDler:D[:DATA] <numeric>
:CONTrol:HANDler:D[:DATA]?
{numeric}<newline><^END>
10 OUTPUT 717;":CONT:HAND:D:MODE OUTP"
20 OUTPUT 717;":CONT:HAND:D 15"
10 OUTPUT 717;":CONT:HAND:D:MODE INP"
20 OUTPUT 717;":CONT:HAND:D?"
30 ENTER 717;A