Command
:SENSe<Ch>:CORRection:COLLect:METHod:TRL2 <Value1>, <Value2>
This command sets the calibration type to the TRL 2 port-calibration between the 2 specified ports.
Parameter |
Value1 |
Description |
Specifies a port for TRL 2-port calibration. |
Data Type |
Numeric type (Integer) |
Range |
1 ~ 2 |
Parameter |
Value2 |
Description |
Specifies the other port for TRL 2-port calibration. |
Data Type |
Numeric type (Integer) |
Range |
1 ~ 2 |
Dim Dmy as Integer
MsgBox ("Set Thru/Line tbetween Ports 1 and 2, then click [OK] button")
Ena.WriteString ":SENS1:CORR:COLL:TRLT 2,1", True
.WriteString "*OPC?"
Dmy = .ReadNumber
MsgBox ("Set Short to Port 1, then click [OK] button")
Ena.WriteString ":SENS1:CORR:COLL:TRLR 1", True
.WriteString "*OPC?"
Dmy = .ReadNumber
MsgBox ("Set Short to Port 2, then click [OK] button")
Ena.WriteString ":SENS1:CORR:COLL:TRLR 2", True
.WriteString "*OPC?"
Dmy = .ReadNumber
MsgBox ("Set Line/Match on Ports 1 and 2, then click [OK] button")
Ena.WriteString ":SENS1:CORR:COLL:METH:TRL2 2,1", True
Ena.WriteString ":SENS1:CORR:COLL:TRLL 2,1", True
.WriteString "*OPC?"
Dmy = .ReadNumber
Ena.WriteString ":SENS1:CORR:COLL:METH:TRL2 1,2", True
Ena.WriteString ":SENS1:CORR:COLL:TRLL 1,2", True
.WriteString "*OPC?"
Dmy = .ReadNumber
Ena.WriteString ":SENS1:CORR:COLL:SAVE", True
See Calibration.
No equivalent key is available on the front panel.
SCPI.SENSE(Ch).CORRECTION.COLLECT.METHOD.TRL2