skrf.calibration.calibration.TwoPortOnePath.plot_residuals¶
-
TwoPortOnePath.
plot_residuals
(attr='s_db', **kwargs)¶ Plot residual networks.
Given that the calibration is overdetermined, this may be used as a metric of the calibration’s goodness of fit
Parameters: - attr (str) – Network property to plot, ie ‘s_db’, ‘s_smith’, etc
- **kwargs (kwargs) – passed to the plot method of Network
See also
Calibration.residual_networks()