SCPI.OUTPut.STATe

Object type

Property (Read-Write)

Syntax

SCPI.OUTPut.STATe = Status

Status = SCPI.OUTPut.STATe

Description

This command turns ON/OFF of the stimulus signal output. Measurement cannot be made until the stimulus signal output is turned ON.

Variable

Parameter

Status

Description

ON/OFF of the stimulus signal output

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns on the stimulus signal.

  • False or OFF: Turns off the stimulus signal.

Preset value

True or ON

Examples

Dim Outp As Boolean
SCPI.OUTPut.STATe = True
Outp = SCPI.OUTPut.STATe

Equivalent key

Sweep Setup > Power > RF Out

System > Overload Recovery > RF Out

Equivalent SCPI command

Syntax

:OUTPut[:STATe] {ON|OFF|1|0}

:OUTPut[:STATe]?

Query response

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

Example of use

10 OUTPUT 717;":OUTP ON"
20 OUTPUT 717;":OUTP?"
30 ENTER 717;A