:SENS<Ch>:CORR:COLL:METH:SOLT1

Type

Command

Syntax

:SENSe<Ch>:CORRection:COLLect:METHod:SOLT1 <Value>

Description

This command sets the calibration type to the 1-port calibration of the specified port.

Variable

Parameter

Value

Description

Port number

Data Type

Numeric type (Integer)

Range

1 ~ 2

Examples

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.

Related Commands

:SENS:CORR:COLL:METH:TYPE

Equivalent Softkey

Calibration > Calibrate > 1-Port Cal > Select Port > 1 | 2

COM Command Syntax (Internal Control Only)

SCPI.SENSE(Ch).CORRECTION.COLLECT.METHOD.SOLT1