Command
:SENSe<Ch>:CORRection:COLLect:METHod[:RESPonse]:THRU <Value1>, <value2>
This command sets the calibration type to the response calibration (thru) between the specified 2 ports.
Parameter |
Value1 |
Description |
Port number for response port |
Data Type |
Numeric type (Integer) |
Range |
1 ~ 2 |
Parameter |
Value2 |
Description |
Port number for stimulus port |
Data Type |
Numeric type (Integer) |
Range |
1 ~ 2 |
Dim Dmy as Integer
MsgBox ("Set Thru between Ports 1 and 2, then click [OK] button")
Ena.WriteString ":SENS1:CORR:COLL:METH:THRU 2,1", True
Ena.WriteString ":SENS1:CORR:COLL:THRU 2,1", True
.WriteString "*OPC?"
Dmy = .ReadNumber
Ena.WriteString ":SENS1:CORR:COLL:METH:THRU 1,2", True
Ena.WriteString ":SENS1:CORR:COLL:THRU 1,2", True
.WriteString "*OPC?"
Dmy = .ReadNumber
Ena.WriteString ":SENS1:CORR:COLL:SAVE", True
See Calibration.
Calibration > Calibrate > Response (Thru) > Select Ports > 2-1 (S21) | 1-2 (S12)
SCPI.SENSE(Ch).CORRECTION.COLLECT.METHOD.RESPONSE.THRU