Method (Write-only)
SCPI.SENSe(Ch).CORRection.COEFficient.METHod.SOLT3 = Ports
This command sets the calibration type to full 3-port calibration between the three specified ports, when the calibration coefficient data array is written with the SCPI.SENSe(Ch).CORRection.COEFficient.DATA command for the selected channel.
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 |
For each parameter, you must specify a different port number. If you specify the same port number for 2 or more parameters, an error occurs and the command is ignored. |
For information on the variable (Ch), see Ch.
SCPI.SENSe(1).CORRection.COEFficient.METHod.SOLT3 = Array(1, 2, 3)
Dim CalPort(2) As Variant
CalPort(0) = 1
CalPort(1) = 2
CalPort(2) = 3
SCPI.SENSe(1).CORRection.COEFficient.METHod.SOLT3 = CalPort
SCPI.SENSe(Ch).CORRection.COEFficient.DATA
SCPI.SENSe(Ch).CORRection.COEFficient.SAVE
No equivalent key is available on the front panel.
:SENSe{[1]-160}:CORRection:COEFficient:METHod:SOLT3 <numeric 1>,<numeric 2>, <numeric 3>
10 OUTPUT 717;":SENS1:CORR:COEF:METH:SOLT3 1,2,3"