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