SCPI.CONTrol.HANDler.C.MODE

Object type

Property (Read-Write)

Syntax

SCPI.CONTrol.HANDler.C.MODE = Param

Param = SCPI.CONTrol.HANDler.C.MODE

Description

This command sets/gets the input/output direction of port C of the handler I/O.

Variable

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"

Examples

Dim HdlCmode As String
SCPI.CONTrol.HANDler.C.MODE = "OUTP"
HdlCmode = SCPI.CONTrol.HANDler.C.MODE

Related objects

SCPI.CONTrol.HANDler.C.DATA

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:CONTrol:HANDler:C:MODE {INPut|OUTPut}

:CONTrol:HANDler:C:MODE?

Query response

{INP|OUTP}<newline><^END>

Example of use

10 OUTPUT 717;":CONT:HAND:C:MODE OUTP"
20 OUTPUT 717;":CONT:HAND:C:MODE?"
30 ENTER 717;A$