:SENS<Ch>:CORR:COLL:METH:ERES

Type

Command

Syntax

:SENSe<Ch>:CORRection:COLLect:METHod:ERESponse <Value1>, <value2>

Description

This command sets the calibration type to the enhanced response calibration between the two specified ports.

Variable

Parameter

Value1

Description

Response port

Data Type

Numeric type (Integer)

Range

1 ~ 2

 

Parameter

Value2

Description

Stimulus port

Data Type

Numeric type (Integer)

Range

1 ~ 2

Examples


Dim Dmy as Integer
Ena.WriteString ":SENS1:CORR:COLL:METH:ERES 2,1", True
MsgBox ("Set Open to Port 1, then click [OK] button")
Ena.WriteString ":SENS1:CORR:COLL:OPEN 1", True
.WriteString "*OPC?"
Dmy = .ReadNumber
MsgBox ("Set Short to Port 1, then click [OK] button")
Ena.WriteString ":SENS1:CORR:COLL:SHOR 1", True
.WriteString "*OPC?"
Dmy = .ReadNumber
MsgBox ("Set Load to Port 1, then click [OK] button")
Ena.WriteString ":SENS1:CORR:COLL:LOAD 1", True
.WriteString "*OPC?"
Dmy = .ReadNumber
MsgBox ("Set Thru between Ports 1 and 2, then click [OK] button")
Ena.WriteString ":SENS1:CORR:COLL:THRU 2,1", True
.WriteString "*OPC?"
Dmy = .ReadNumber
Ena.WriteString ":SENS1:CORR:COLL:SAVE", True

 

See Calibration.

Related Commands

:SENS:CORR:COLL:OPEN

:SENS:CORR:COLL:SHOR

:SENS:CORR:COLL:LOAD

:SENS:CORR:COLL:THRU

:SENS:CORR:COLL:SAVE

:SENS:CORR:COLL:METH:TYPE

Equivalent Softkey

Calibration > Calibrate > Enhance Response  > Select Ports > 2-1 (S21 S11) | 1-2 (S12 S22)

COM Command Syntax (Internal Control Only)

SCPI.SENSE(Ch).CORRECTION.COLLECT.METHOD.ERESPONSE