Command
:SENSe<Ch>:CORRection:COLLect:METHod:ERESponse <Value1>, <value2>
This command sets the calibration type to the enhanced response calibration between the two specified ports.
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 |
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.
Calibration > Calibrate > Enhance Response > Select Ports > 2-1 (S21 S11) | 1-2 (S12 S22)
SCPI.SENSE(Ch).CORRECTION.COLLECT.METHOD.ERESPONSE