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|...8}
<Ch>={[1]|2|...9}
{RESPO|RESPS|RESPT|SOLT1|SOLT2|1PATH|NONE},<srcport>,<rcvport>
Where <Type> is:
RESPO |
Response (Open) |
RESPS |
Response (Short) |
RESPT |
Response (Thru) |
SOLT1 |
Full one-port calibration |
1PATH |
One path two-port calibration |
NONE |
Not defined |
<rcvport>, the number of the receiver port from 1 to 2
<srcport>, the number of the source port is 1
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)