Command/Query
:SENSe<Ch>:CORRection<Type>:CKIT:OPEN:C <Value>
:SENSe<Ch>:CORRection<Type>:CKIT:OPEN:C?
This command sets/gets the open capacitance value for the user calibration and fixture compensation.
(<type>: User Calibration=1, Fixture Compensation=2)
| Parameter | Value | 
| Description | Open capacitance value | 
| Data Type | Numeric type (Real) | 
| Range | -1M ~ 1M | 
| Preset Value | 0 | 
| Unit | F | 
| Resolution | - | 
{numeric}<newline><^END>
Dim Var as Double
Var= -1000000
Ana.WriteString ":SENS1:CORR1:CKIT:OPEN:C " & Str(Var), True
Ana.WriteString ":SENS1:CORR1:CKIT:OPEN:C?", True
Var=Ana.ReadNumber
Cal > User Cal > Define Value > Open Cap (C)
Cal > Fixture Compen > Define Value > Open Cap (C)
SCPI.SENSE(Ch).CORRECTION(Type).CKIT.OPEN.C