Command/Query
:SENSe<Ch>:CORRection<Type>:CKIT:LOAD:R <Value>
:SENSe<Ch>:CORRection<Type>:CKIT:LOAD:R?
This command sets/gets the load resistance value for the user calibration and fixture compensation.
(<type>: User calibration=1, Fixture Compensation=2)
Parameter |
Value |
Description |
Load resistance |
Data Type |
Numeric type (Real) |
Range |
-100G ~ 100G |
Preset Value |
50 |
Unit |
Ω |
Resolution |
1p |
{numeric}<newline><^END>
Dim Var as Double
Var= -100000000000
Ana.WriteString ":SENS1:CORR1:CKIT:LOAD:R " & Str(Var), True
Ana.WriteString ":SENS1:CORR1:CKIT:LOAD:R?", True
Var=Ana.ReadNumber
Cal > User Cal > Define Value > Load Resist (R)
Cal > Fixture Compen > Define Value > Load Resist (R)
SCPI.SENSE(Ch).CORRECTION(Type).CKIT.LOAD.R