Command
:SENSe<Ch>:CORRection:COLLect:METHod:SOLT1 <Value>
This command sets the calibration type to the 1-port calibration of the specified port.
Parameter |
Value |
Description |
Port number |
Data Type |
Numeric type (Integer) |
Range |
1 ~ 2 |
Dim Dmy as Integer
Ena.WriteString ":SENS1:CORR:COLL:METH:SOLT1 1", True
MsgBox ("Set Open to Port 1, then click [OK] button")
Ena.WriteString ":SENS1:CORR:COLL:OPEN 1", True
.WriteString "*OPC?"
Dmy = .ReadNumber
MsgBox ("Set Short to Port 1, then click [OK] button")
Ena.WriteString ":SENS1:CORR:COLL:SHOR 1", True
.WriteString "*OPC?"
Dmy = .ReadNumber
MsgBox ("Set Load to Port 1, then click [OK] button")
Ena.WriteString ":SENS1:CORR:COLL:LOAD 1", True
.WriteString "*OPC?"
Dmy = .ReadNumber
Dmy = .ReadNumber
Ena.WriteString ":SENS1:CORR:COLL:SAVE", True
See Calibration.
Calibration > Calibrate > 1-Port Cal > Select Port > 1 | 2
SCPI.SENSE(Ch).CORRECTION.COLLECT.METHOD.SOLT1