SCPI Command
SENSe<Ch>:CORRection:TYPE<Tr>?
Reads the information about the calibration type and the number of ports to which the calibration is applied for the specified trace. The response format is as follows. |
---|
query only |
Trace <Tr> of channel <Ch>,
<Tr>={[1]|2|3|4}
<Ch>={[1]|2|3|4}
<Tr>={[1]…|16} (in N-port mode only)
<Ch>={[1]…|16} (in N-port mode only)
{ST|RO|RS||F1|F1ST|F2ST|MATH|NONE},<srcport>,<rcvport>
Where:
ST |
Scalar Thru (in N-port mode only) |
RO |
Response (Open) |
RS |
Response (Short) |
F1 |
Full 1–port calibration |
F1ST |
Full 1–port calibration + Scalar Thru (in N-port mode only) |
F2ST |
Full 2-port calibration + Scalar Thru (in N-port mode only) |
MATH |
Calculated Full 2-port calibration + Scalar Thru (in N-port mode only) |
NONE |
Not defined |
None
Equivalent COM Command
SCPI.SENSe(Ch).CORRection.TYPE(Tr)
CalInfo = app.SCPI.SENSe(Ch).CORRection.TYPE(Tr)
Variant: array of Variants (read only)
Back to SENSe
Back to Command Finder
Back to Command Finder (From User Interface)