Command/Query
:CONTrol:HANDler:D:MODE {INPut|OUTPut}
:CONTrol:HANDler:D:MODE?
This command sets/gets the input/output direction of port D of the handler I/O.
Parameter |
Selection Option |
Description |
Input/output direction of port D |
Data Type |
Character string type (String) |
Range |
INPut|OUTPut |
Preset Value |
INPut |
{INP|OUTP}<newline><^END>
Dim Var as String
Var= "INPut"
Ana.WriteString ":CONT:HAND:D:MODE " & Var, True
Ana.WriteString ":CONT:HAND:D:MODE?", True
Var=Ana.ReadString
No equivalent key is available on the front panel.
SCPI.CONTROL.HANDLER.D.MODE