SCPI Command
SENSe<Ch>:CORRection:COEFficient:METHod:SOLT2 <port1>,<port2>
Selects the ports and sets the full two–port calibration type when the written calibration coefficients are made effective by the SENS:CORR:COEF:SAVE command. |
---|
no query |
Channel <Ch>,
<Ch>={[1]|2|...16}
<port1> |
The first port number from 1 to 2 |
<port2> |
The second port number from 1 to 2 |
If the same port numbers are specified, an error occurs.
None
Equivalent COM Command
SCPI.SENSe(Ch).CORRection.COEFficient.METHod.SOLT2
Ports = Array(1,2)
app.SCPI.SENSe(Ch).CORRection.COEFficient.METHod.SOLT2 = Ports
Variant (array of Long) (write only)
Back to SENSe
Back to Command Finder