skrf.calibration.calibration.SDDL¶
- class skrf.calibration.calibration.SDDL(measured, ideals, *args, **kwargs)[source]¶
Short Delay Delay Load (Oneport Calibration)
One-port self-calibration, which contains a short, a load, and two delays shorts of unity magnitude but unknown phase. Originally designed to be resistant to flange misalignment, see 1.
References
- 1
Liu and R. M. Weikle, “A reflectometer calibration method resistant to waveguide flange misalignment,” Microwave Theory and Techniques, IEEE Transactions on, vol. 54, no. 6, pp. 2447-2452, Jun. 2006.
Attributes
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
Short Delay Delay Load 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. |
|
Embed an ideal response in the estimated error network[s] |
|
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 |
|
update current dict of error coefficients |
|
Write the Calibration to disk using |