SCPI Command
SENSe<Ch>:CORRection:COLLect:METHod[:RESPonse]:THRU <rcvport>,<srcport>
Selects the ports and sets the response calibration (Thru) type for the calculation of the calibration coefficients on completion of the calibration executed by the SENS:CORR:COLL:SAVE command. (in N-port mode only) |
---|
no query |
Channel <Ch>,
<Ch>={[1]|2|...16} (in N-port mode only)
<rcvport> |
port number from 1 to 16 |
<srcport> |
port number from 1 to 16 |
If the same port numbers are specified, an error occurs.
Calibration > Calibration type > Response Scalar Thru
Equivalent COM Command
SCPI.SENSe(Ch).CORRection.COLLect.METHod.RESPonse.THRU
app.SCPI.SENSe(Ch).CORRection.COLLect.METHod.RESPonse.THRU = Array(2,1)
NOTE |
The array contains 2 elements: •Data(0) is the number of the receiver port. •Data(1) is the number of the source port. |
Variant (array of Long) (write only)
Back to SENSe
Back to Command Finder
Back to Command Finder (From User Interface)