SCPI.CONTrol.HANDler.D.MODE

Object type

Property (Read-Write)

Syntax

SCPI.CONTrol.HANDler.D.MODE = Param

Param = SCPI.CONTrol.HANDler.D.MODE

Description

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

Variable

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"

Examples

Dim HdlDmode As String
SCPI.CONTrol.HANDler.D.MODE = "OUTP"
HdlDmode = SCPI.CONTrol.HANDler.D.MODE

Related objects

SCPI.CONTrol.HANDler.D.DATA

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

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

:CONTrol:HANDler:D:MODE?

Query response

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

Example of use

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