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|...16}
<Ch>={[1]|2|...16}
<Type>,<Port1>…,<PortN>
Where <Type> is:
RESPO |
Response (Open) |
RESPS |
Response (Short) |
RESPT |
Response (Thru) |
SOLT1 |
Full one-port calibration |
SOLT2 |
Full two-port calibration |
1PATH |
One path two-port calibration |
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