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