SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.STATe

Object type

Property (Read-Write)

Syntax

SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.STATe = Status

Status = SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.STATe

Description

This command turns ON/OFF or returns the status of the power level error correction, for the selected port (Pt) of the selected channel (Ch).

Variable

Parameter

Status

Description

Turns ON/OFF the power level error correction

Data type

Boolean type (Boolean)

Range

Select from either of the following:

  • True or ON: Turns ON the power level error correction.

  • False or OFF: Turns OFF the power level error correction.

Preset value

False or OFF

Examples

Dim PowCorr As Boolean
SCPI.SOURce(1).POWer.PORT(1).CORRection.STATe = True
PowCorr = SCPI.SOURce(1).POWer.PORT(1).CORRection.STATe

Equivalent key

Cal > Power Calibration > Correction

Equivalent SCPI command

Syntax

:SOURce{[1]-160}:POWer:PORT{[1]|2}:CORRection[:STATe] {ON|OFF|1|0}

:SOURce{[1]-160}:POWer:PORT{[1]|2}:CORRection[:STATe]?

Query response

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

Example of use

10 OUTPUT 717;":SOUR1:POW:PORT1:CORR ON"
20 OUTPUT 717;":SOUR1:POW:PORT1:CORR?"
30 ENTER 717;A