E4990A Help  
546 
Parameter  Value 
Description
Open standard impedance array
Data Type  Variant type Array (Range) 
 
Query Response 
{numeric}, ... , {numeric}<newline><^END> 
Examples 
See :SENS:CORR:ZME:LOAD 
Related Commands 
:SENS:CORR:ZME:SHOR 
:SENS:CORR:ZME:LOAD 
:SENS:CORR:ZME:OPEN: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(2).ZMEAS.OPEN.DATA 
:SENS<Ch>:CORR2:ZME:OPEN:FREQ 
Type 
Query 
Syntax 
:SENSe<Ch>:CORRection2:ZMEas:OPEN:FREQuency? 
Description 
This command returns the frequency stimulus array of the open standard 
for the fixture compensation. The array size (number of point) is returned 
by:SENS:CORR:ZME:OPEN:POIN. SENS:CORR1:ZME:OPEN:FREQ causes 
an undefined header error. 
Variable 
Query Response 
{numeric}, ... , {numeric}<newline><^END> 
Examples 
Dim Var as Variant 
Ana.WriteString ":SENS1:CORR2:ZME:OPEN:FREQ?", True 
Var=Ana.ReadList(ASCIIType_R8, ",")