SCPI.SENSe(Ch).CORRection.PROPerty

Object type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).CORRection.PROPerty = Status

Status = SCPI.SENSe(Ch).CORRection.PROPerty

Description

This command turns ON/OFF or returns the display of the calibration property for the active trace of selected channel (Ch).

Variable

Parameter

Status

Description

ON/OFF of the display of the calibration property

Data type

Boolean type (Boolean)

Range

Select from either of the following:

  • True or ON: Turns ON the display of the calibration property.

  • False or OFF: Turns OFF the display of the calibration property.

Preset value

False or OFF

Examples

Dim CalProp As Boolean
SCPI.SENSe(1).CORRection.PROPerty = True
CalProp = SCPI.SENSe(1).CORRection.PROPerty

Equivalent key

Cal > Property > ON|OFF

Equivalent SCPI command

Syntax

:SENSe{[1]-160}:CORRection:PROPerty {ON|OFF|1|0}

:SENSe{[1]-160}:CORRection:PROPerty?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":SENS1:CORR:PROP ON"
20 OUTPUT 717;":SENS1:CORR:PROP?"
30 ENTER 717;A