skrf.calibration.calibration.Calibration.plot_uncertainty_per_standard

Calibration.plot_uncertainty_per_standard(scale='db', *args, **kwargs)

Plots uncertainty associated with each calibration standard.

This requires that each calibration standard is measured multiple times. The uncertainty associated with each standard is calculated by the complex standard deviation.

Parameters :

scale : ‘db’, ‘lin’

plot uncertainties on linear or log scale

*args, **kwargs : passed to uncertainty_per_standard()

This Page