SCPI.SENSe(Ch).CORRection.COLLect.CKIT.STAN(Std).C3

Object type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).CORRection.COLLect.CKIT.STAN(Std).C3 = Value

Value = SCPI.SENSe(Ch).CORRection.COLLect.CKIT.STAN(Std).C3

Description

This command sets/gets the value of the C3 value of the selected standard (Std), for the calibration kit selected for the selected channel (Ch). Before defining this, the calibration kit should be selected kit by the SCPI.SENSe(Ch).CORRection.COLLect.CKIT.SELect.

Variable

Parameter

Value

Description

C3

Data type

Double precision floating point type (Double)

Range

-1E18 to 1E18

Preset value

Varies depending on the specified calibration kit and standard.

Unit

1E-45 F/Hz3 (1E-45 farad / hertz3)

Note

If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set.

Examples

Dim StanC3 As Double
SCPI.SENSe(1).CORRection.COLLect.CKIT.STAN(5).C3 = 12.3
StanC3 = SCPI.SENSe(1).CORRection.COLLect.CKIT.STAN(5).C3

Related objects

SCPI.SENSe(Ch).CORRection.COLLect.CKIT.SELect

Equivalent key

Cal > Modify Cal Kit > Define STDs > no. name > C3

Equivalent SCPI command

Syntax

:SENSe{[1]-4}:CORRection:COLLect:CKIT:STAN{[1]-21}:C3 <numeric>

:SENSe{[1]-4}:CORRection:COLLect:CKIT:STAN{[1]-21}:C3?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SENS1:CORR:COLL:CKIT:STAN1:C3 12.3"
20 OUTPUT 717;":SENS1:CORR:COLL:CKIT:STAN1:C3?"
30 ENTER 717;A