Property (Read-Write)
SCPI.SENSe(Ch).CORRection.COLLect.CKIT.STAN(Std).C3 = Value
Value = SCPI.SENSe(Ch).CORRection.COLLect.CKIT.STAN(Std).C3
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.
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. |
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
SCPI.SENSe(Ch).CORRection.COLLect.CKIT.SELect
Cal > Modify Cal Kit > Define STDs > no. name > C3
:SENSe{[1]-4}:CORRection:COLLect:CKIT:STAN{[1]-21}:C3 <numeric>
:SENSe{[1]-4}:CORRection:COLLect:CKIT:STAN{[1]-21}:C3?
{numeric}<newline><^END>
10 OUTPUT 717;":SENS1:CORR:COLL:CKIT:STAN1:C3 12.3"
20 OUTPUT 717;":SENS1:CORR:COLL:CKIT:STAN1:C3?"
30 ENTER 717;A