Property (Read-Write)
SCPI.SENSe(Ch).CORRection.STATe = Status
Status = SCPI.SENSe(Ch).CORRection.STATe
This turns ON/OFF the status of the error correction for the active trace of selected channel (Ch).
Parameter |
Status |
Description |
ON/OFF of the error correction |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset value |
False or OFF |
Dim Corr As Boolean
SCPI.SENSe(1).CORRection.STATe = True
Corr = SCPI.SENSe(1).CORRection.STATe
Cal > Correction > ON|OFF
:SENSe{[1]-160}:CORRection:STATe {ON|OFF|1|0}
:SENSe{[1]-160}:CORRection:STATe?
{1|0}<newline><^END>
10 OUTPUT 717;":SENS1:CORR:STAT ON"
20 OUTPUT 717;":SENS1:CORR:STAT?"
30 ENTER 717;A