Command/Query
:SENSe<Ch>:CORRection:PROPerty {ON|OFF|1|0}
:SENSe<Ch>:CORRection:PROPerty?
This command shows/hides calibration property.
Parameter |
Selection Option |
Description |
Status the display of the calibration property |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
{1|0}<newline><^END>
Dim Var as Integer
Var = 1
Ena.WriteString ":SENS1:CORR:PROP " & Str(Var), True
Ena.WriteString ":SENS1:CORR:PROP?", True
Var=Ena.ReadNumber
Calibration > Property
SCPI.SENSE(Ch).CORRECTION.PROPERTY