Command/Query
:CONTrol:HANDler:C:MODE {INPut|OUTPut}
:CONTrol:HANDler:C:MODE?
This command sets/gets the input/output direction of port C of the handler I/O.
Parameter |
Selection Option |
Description |
Input/output direction of port C |
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:C:MODE " & Var, True
Ana.WriteString ":CONT:HAND:C:MODE?", True
Var=Ana.ReadString
No equivalent key is available on the front panel.
SCPI.CONTROL.HANDLER.C.MODE