Property (Read-Write)
SCPI.SENSe(Ch).CORRection.STATe = Status
Status = SCPI.SENSe(Ch).CORRection.STATe
This command turns ON/OFF or gets the status of the error correction, for the active trace of the 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
:SENSe{[1]-4}:CORRection:STATe {ON|OFF|1|0}
:SENSe{[1]-4}:CORRection:STATe?
{1|0}<newline><^END>
10 OUTPUT 717;":SENS1:CORR:STAT ON"
20 OUTPUT 717;":SENS1:CORR:STAT?"
30 ENTER 717;A