Programming
525
Related Commands
:SENS:CORR:CKIT:OPEN:C
Equivalent Softkey
Cal > User Cal > Define Value > Open Conduct (G)
Cal > Fixture Compen > Define Value > Open Conduct (G)
COM Command Syntax (Internal Control Only)
SCPI.SENSE(Ch).CORRECTION(Type).CKIT.OPEN.G
:SENS<Ch>:CORR<Type>:CKIT:OPEN:MOD
Type
Command/Query
Syntax
:SENSe<Ch>:CORRection<Type>:CKIT:OPEN:MODel {EQUiv|TABLe}
:SENSe<Ch>:CORRection<Type>:CKIT:OPEN:MODel?
Description
This command selects the open standard impedance model for the user
calibration and fixture compensation.
(<type>: User calibration=1, Fixture Compensation=2)
Variable
Parameter Selection Option
Description Open standard impedance model
Data Type Character string type (String)
Range
EQUiv: Equivalent Circuit
TABLe: f-Z Table
Preset Value
EQUiv
Query Response
{EQU|TABL}<newline><^END>
Examples
Dim Var as String
Var= "EQU"
Ana.WriteString ":SENS1:CORR1:CKIT:OPEN:MOD " & Var, True
Ana.WriteString ":SENS1:CORR1:CKIT:OPEN:MOD?", True
Var=Ana.ReadString
Related Commands