:CONT:HAND:E

Type

Command/Query

Syntax

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

:CONTrol:HANDler:E[:DATA]?

Description

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

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

Port information is output as 8-bit binary data using C0 as LSB and D3 as MSB.

Variable

Parameter

Value

Description

Port information (input/output)

Data Type

Numeric type (Integer)

Range

0 ~ 255

Query Response

{numeric}<newline><^END>

Examples

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

Related Commands

:CONT:HAND:C

:CONT:HAND:C:MODE

:CONT:HAND:D

:CONT:HAND:D:MODE

Equivalent Softkey

No equivalent key is available on the front panel.

COM Command Syntax (Internal Control Only)

SCPI.CONTROL.HANDLER.E.DATA