sknrf.model.calibration.impedance.base module
This module defines the calibration models for the impedance calibrations.
See Also
sknrf.view.desktop.calibration.impedance.base, sknrf.model.base.AbstractModel
-
class sknrf.model.calibration.impedance.base.AbstractImpedanceModel(instrument_flags=InstrumentFlag.ALL)
Bases: AbstractCalibrationModel
-
abstract calculate()
Calculates the error model coefficients.
-
abstract apply_cal()
Applies the error correction transform.
-
staticMetaObject = PySide6.QtCore.QMetaObject("AbstractImpedanceModel" inherits "AbstractCalibrationModel": )