Command/Query
:SENSe<Ch>:CORRection<Type>:ZMEas:LOAD[:DATA] <Value>
:SENSe<Ch>:CORRection<Type>:ZMEas:LOAD[:DATA]?
This command sets/gets the actual impedance array of Load standard for the user calibration and the fixture compensation.
<type>: User calibration=1, Fixture Compensation=2
The array size (number of point):
User calibration: 2 × (value returned by :SENS:CORR:ZME:POIN)
Fixture compensation: 2 × (value returned by :SENS:CORR:ZME:LOAD:POIN)
Parameter |
Value |
Description |
Load standard impedance array
Where n is an integer between 1 and NOP (number of measurement points): <numeric n×2-1>: Real part of data (complex number) at the n-th measurement point. <numeric n×2>: Imaginary part of data (complex number) at the n-th measurement point. The number of data is {NOP×2} |
Data Type |
Variant type Array (Range) |
{numeric 1}, ... , {numeric NOP×2}<newline><^END>
Dim Var as Variant
Ana.WriteString ":SENS1:CORR1:ZME:LOAD " & Var(), True
Ana.WriteString ":SENS1:CORR1:ZME:LOAD?", True
Var=Ana.ReadList(ASCIIType_R8, ",")
No equivalent key is available on the front panel.
SCPI.SENSE(Ch).CORRECTION(Type).ZMEAS.LOAD.DATA