Property (Read-Write)
SCPI.SYSTem.CORRection.STATe = Status
Status = SCPI.SYSTem.CORRection.STATe
This command turns ON/OFF or returns the status of the system correction.
Parameter |
Status |
Description |
ON/OFF of the system correction |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset value |
True or ON |
Dim SysCal As Boolean
SCPI.SYSTem.CORRection.STATe = False
SysCal = SCPI.SYSTem.CORRection.STATe
System > Misc Setup > Service Menu > System Correction
:SYSTem:CORRection[:STATe] {ON|OFF|1|0}
:SYSTem:CORRection[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":SYST:CORR OFF"
20 OUTPUT 717;":SYST:CORR?"
30 ENTER 717;A