Programming
523
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.SENSE(Ch).CORRECTION(Type).CKIT.LOAD.TABLE
:SENS<Ch>:CORR<Type>:CKIT:OPEN:C
Type
Command/Query
Syntax
:SENSe<Ch>:CORRection<Type>:CKIT:OPEN:C <Value>
:SENSe<Ch>:CORRection<Type>:CKIT:OPEN:C?
Description
This command sets/gets the open capacitance value for the user
calibration and fixture compensation.
(<type>: User calibration=1, Fixture Compensation=2)
Variable
Parameter Value
Description Open capacitance value
Data Type Numeric type (Real)
Range -1M ~ 1M
Preset Value
0
Unit F
Resolution -
Query Response
{numeric}<newline><^END>
Examples
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
Related Commands
:SENS:CORR:CKIT:OPEN:MOD