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