SCPI.CONTrol.HANDler.OUTPut(Num).DATA

Object type

Property (Read-Write)

Syntax

SCPI.CONTrol.HANDler.OUTPut(Num).DATA = Value

Value = SCPI.CONTrol.HANDler.OUTPut(Num).DATA

Description

This command sets/gets data to OUTPUT1 or OUTPUT2 of the handler I/O.  

Variable

Parameter

Num

Description

Number of the OUTPUT terminal

Data type

Long integer type (Long)

Range

1 or 2

Preset value

1

Note

If the specified variable is out of the allowable setup range, an error occurs when executed.

 

Parameter

Value

Description

Polarity (High/Low)

Data type

Long integer type (Long)

Range

Select from the following:

  • 1: Specifies LOW.

  • 0: Specifies HIGH.

Examples

Dim HdlPol As Long
SCPI.CONTrol.HANDler.OUTPut(1).DATA = 1
HdlPol = SCPI.CONTrol.HANDler.OUTPut(1).DATA

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:CONTrol:HANDler:OUTPut{[1]|2}[:DATA] {1|0}

:CONTrol:HANDler:OUTPut{[1]|2}[:DATA]?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":CONT:HAND:OUTP1 1"
20 OUTPUT 717;":CONT:HAND:OUTP1?"
30 ENTER 717;A