:CONT:HAND:C

Type

Command/Query

Syntax

:CONTrol:HANDler:C[:DATA] <Value>

:CONTrol:HANDler:C[:DATA]?

Description

When input/output port C of the handler I/O is set to the output port, it outputs port information to the output port C (C0 to C3).

When input/output port C of the handler I/O is set to the input port, it reads out port information inputted to port C (C0 to C3).

Port information is input/output as 4-bit binary data, using C0 as LSB and C3 as MSB.

Variable

Parameter

Value

Description

Port information (input/output)

Data Type

Numeric type (Integer)

Range

0 ~ 15

Query Response

{numeric}<newline><^END>

Examples

Dim Var as Long
Var= 15
Ana.WriteString ":CONT:HAND:C " & Str(Var), True
Ana.WriteString ":CONT:HAND:C?", True
Var=Ana.ReadNumber

Related Commands

:CONT:HAND:C:MODE

Equivalent Softkey

No equivalent key is available on the front panel.

COM Command Syntax (Internal Control Only)

SCPI.CONTROL.HANDLER.C.DATA