Method (Write-only)
SCPI.SENSe(Ch).CORRection.COLLect.METHod.SOLT3 = Ports
This command sets the calibration type to the full 3-port calibration between the specified 3 ports, for the selected channel (Ch).
Parameter |
Ports |
Description |
Indicates 3-element array data (port number).
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 3 port numbers to be specified is arbitrary. |
SCPI.SENSe(1).CORRection.COLLect.METHod.SOLT3 = Array(1,2,3)
Dim CalPort(2) As Variant
CalPort(0) = 1
CalPort(1) = 2
CalPort(2) = 3
SCPI.SENSe(1).CORRection.COLLect.METHod.SOLT3 = CalPort
SCPI.SENSe(Ch).CORRection.COLLect.METHod.TYPE
Cal > Calibrate > 3-Port Cal > Select Ports
:SENSe{[1]-160}:CORRection:COLLect:METHod:SOLT3 <numeric 1>,
<numeric 2>,<numeric 3>
10 OUTPUT 717;":SENS1:CORR:COLL:METH:SOLT3 1,2,3"