Property (Read-Write)
SCPI.CONTrol.HANDler.D.MODE = Param
Param = SCPI.CONTrol.HANDler.D.MODE
This command sets/gets the input/output direction of port D of the handler I/O.
Parameter |
Param |
Description |
Input/output direction of port D |
Data type |
Character string type (String) |
Range |
Select from the following: "INPut": Sets the port D to input. "OUTPut":Sets the port D to output. |
Preset value |
"INPut" |
Dim HdlDmode As String
SCPI.CONTrol.HANDler.D.MODE = "OUTP"
HdlDmode = SCPI.CONTrol.HANDler.D.MODE
No equivalent key is available on the front panel.
:CONTrol:HANDler:D:MODE {INPut|OUTPut}
:CONTrol:HANDler:D:MODE?
{INP|OUTP}<newline><^END>
10 OUTPUT 717;":CONT:HAND:D:MODE OUTP"
20 OUTPUT 717;":CONT:HAND:D:MODE?"
30 ENTER 717;A$