skrf.calibration.calibration.UnknownThru¶
- class skrf.calibration.calibration.UnknownThru(measured, ideals, *args, **kwargs)[source]¶
Two-Port Self-Calibration allowing the thru standard to be unknown.
This algorithm was originally developed in 1, and is based on the 8-term error model (
EightTerm). It allows the thru to be unknown, other than it must be reciprocal. This is useful when when a well-known thru is not realizable.References
- 1
Ferrero and U. Pisani, “Two-port network analyzer calibration using an unknown thru,” IEEE Microwave and Guided Wave Letters, vol. 2, no. 12, pp. 505-507, 1992.
Attributes
Intermediate matrices used for embedding and de-embedding. |
|
Estimate of biased error for overdetermined calibration with multiple connections of each standard |
|
Returns a NetworkSet for each caled_ntwk, grouped by their names |
|
List of the corrected calibration standards |
|
Dictionary or error coefficients in form of numpy arrays |
|
Dictionary of error coefficients for 12-term Model |
|
Dictionary or error coefficients in form of Network objects |
|
Dictionary of error coefficients for One-port Error model |
|
Dictionary of error coefficients in form of Network objects |
|
Dictionary of error coefficients for 8-term (Error-box) Model |
|
Dictionary of error coefficients in form of Network objects |
|
Dictionary of error coefficients in form of Network objects |
|
The calculated error Network or Network[s] |
|
|
|
the directivity normalized to the reflection tracking |
|
number of ideal/measurement pairs in calibration |
|
Returns any output from the |
|
Returns a NetworkSet for each residual_ntwk, grouped by their names |
|
Dictionary of residual Networks |
|
Estimate of total error for overdetermined calibration with multiple connections of each standard.This is the combined effects of both biased and un-biased errors |
|
Estimate of unbiased error for overdetermined calibration with multiple connections of each standard |
|
Methods
Initializer |
|
Apply correction to a Network |
|
Apply correction to all touchstone files in a given directory. |
|
Apply correction to list of dict of Networks. |
|
Apply correction to a NetworkSet. |
|
Creates a calibration from its error coefficients |
|
Creates a calibration from its error coefficients |
|
Plot corrected calibration standards. |
|
Plot biased, unbiased and total error in dB scaled. |
|
Plot residual networks. |
|
Remove and return tuple of (ideal, measured) at index. |
|
Remove a cal standard and correct it, returning correct and ideal |
|
Renormalizes the calibration error boxes to a new reference impedance. |
|
Runs the calibration algorithm. |
|
Terminate a network with switch terms |
|
Unterminates switch terms from a raw measurement. |
|
update current dict of error coefficients |
|
Write the Calibration to disk using |