:SENS<Ch>:CORR<Type>:ZME:LOAD

Type

Command/Query

Syntax

:SENSe<Ch>:CORRection<Type>:ZMEas:LOAD[:DATA] <Value>

:SENSe<Ch>:CORRection<Type>:ZMEas:LOAD[:DATA]?

Description

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):

Variable

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)

 

Query Response

{numeric 1}, ... , {numeric NOP×2}<newline><^END>

Examples

Dim Var as Variant
Ana.WriteString ":SENS1:CORR1:ZME:LOAD " & Var(), True
Ana.WriteString ":SENS1:CORR1:ZME:LOAD?", True
Var=Ana.ReadList(ASCIIType_R8, ",")

Related Commands

:SENS:CORR:ZME:OPEN

:SENS:CORR:ZME:SHOR

:SENS:CORR:ZME:LOAD:POIN

:SENS:CORR:ZME:POIN

Equivalent Softkey

No equivalent key is available on the front panel.

COM Command Syntax (Internal Control Only)

SCPI.SENSE(Ch).CORRECTION(Type).ZMEAS.LOAD.DATA