SCPI.SYSTem.CORRection.STATe

Object type

Property (Read-Write)

Syntax

SCPI.SYSTem.CORRection.STATe = Status

Status = SCPI.SYSTem.CORRection.STATe

Description

This command turns ON/OFF or returns the status of the system correction. This command is available at the firmware A.2.05 and above.

Variable

Parameter

Status

Description

ON/OFF of the system correction

Data type

Boolean type (Boolean)

Range

Select from either of the following:

  • True or ON: Turns ON the system correction.

  • False or OFF: Turns OFF the system correction.

Preset value

True or ON

Examples

Dim SysCal As Boolean

SCPI.SYSTem.CORRection.STATe = False

SysCal = SCPI.SYSTem.CORRection.STATe

Equivalent key

System > Service Menu > System Correction

Equivalent SCPI command

Syntax

:SYSTem:CORRection[:STATe] {ON|OFF|1|0}

:SYSTem:CORRection[:STATe]?

Query response

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

Example of use

10 OUTPUT 717;":SYST:CORR OFF"

20 OUTPUT 717;":SYST:CORR?"

30 ENTER 717;A