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

Type

Command

Syntax

:SENSe<Ch>:CORRection:COLLect:METHod:TRL2 <Value1>, <Value2>

Description

This command sets the calibration type to the TRL 2 port-calibration between the 2 specified ports.

Variable

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

Examples

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.

Related Commands

:SENS:CORR:COLL:METH:TYPE

Equivalent Softkey

No equivalent key is available on the front panel.

COM Command Syntax (Internal Control Only)

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