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

Type

Command

Syntax

:SENSe<Ch>:CORRection:COLLect:METHod[:RESPonse]:THRU <Value1>, <value2>

Description

This command sets the calibration type to the response calibration (thru) between the specified 2 ports.

Variable

Parameter

Value1

Description

Port number for response port

Data Type

Numeric type (Integer)

Range

1 ~ 2

 

Parameter

Value2

Description

Port number for stimulus port

Data Type

Numeric type (Integer)

Range

1 ~ 2

Examples

Dim Dmy as Integer
MsgBox ("Set Thru between Ports 1 and 2, then click [OK] button")
Ena.WriteString ":SENS1:CORR:COLL:METH:THRU 2,1", True
Ena.WriteString ":SENS1:CORR:COLL:THRU 2,1", True
.WriteString "*OPC?"
Dmy = .ReadNumber
Ena.WriteString ":SENS1:CORR:COLL:METH:THRU 1,2", True
Ena.WriteString ":SENS1:CORR:COLL:THRU 1,2", True
.WriteString "*OPC?"
Dmy = .ReadNumber
Ena.WriteString ":SENS1:CORR:COLL:SAVE", True

 

See Calibration.

Related Commands

:SENS:CORR:COLL:METH:TYPE

Equivalent Softkey

Calibration > Calibrate > Response (Thru)  > Select Ports > 2-1 (S21) | 1-2 (S12)

COM Command Syntax (Internal Control Only)

SCPI.SENSE(Ch).CORRECTION.COLLECT.METHOD.RESPONSE.THRU