SCPI.SENSe(Ch).CORRection.COLLect.METHod.TRL2

Object type

Method (Write-only)

Syntax

SCPI.SENSe(Ch).CORRection.COLLect.METHod.TRL2 = Ports

Description

This command sets the calibration type to the TRL calibration between the 2 specified ports, for the selected channel (Ch).

Variable

Parameter

Ports

Description

Indicates 2-element array data (port number).

  • Ports(0): Specifies a port for TRL 2-port calibration.

  • Ports(1): Specifies a port for TRL 2-port calibration.

The index of the array starts from 0.

Data type

Variant type (Variant)

Range

1 to 4

Resolution

1

Note

If the specified variable is out of the allowable setup range, an error occurs when executed. If you specify the same port number to 2 or more port numbers, an error occurs when executed. The order of the 2 port numbers to be specified is arbitrary.

Examples

SCPI.SENSe(1).CORRection.COLLect.METHod.TRL2 = Array(1,2)

Dim TrlCalPort(1) As Variant
TrlCalPort(0) = 1
TrlCalPort(1) = 2
SCPI.SENSe(1).CORRection.COLLect.METHod.TRL2 = TrlCalPort

Related objects

SCPI.SENSe(Ch).CORRection.COEFficient.DATA

SCPI.SENSe(Ch).CORRection.COEFficient.SAVE

SCPI.SENSe(Ch).CORRection.COLLect.METHod.TRL3

SCPI.SENSe(Ch).CORRection.COLLect.METHod.TRL4

SCPI.SENSe(Ch).CORRection.COLLect.SAVE

SCPI.SENSe(Ch).CORRection.TYPE(Tr)

Equivalent key

Cal > Calibrate > 2-Port TRL Cal > Select Ports > 1-2|1-3|1-4|2-3|2-4|3-4

Equivalent SCPI command

Syntax

:SENSe{[1]-160}:CORRection:COLLect
:METHod:TRL2 <numeric 1>,<numeric 2>

Example of use

10 OUTPUT 717;":SENS1:CORR:COLL:METH:TRL2 1,2"