skrf.calibration.calibration.MRC.coefs

property MRC.coefs

Dictionary or error coefficients in form of numpy arrays.

The keys of this will be different depending on the Calibration Model. This dictionary should be populated when the run() function is called.

Notes

when setting this, property, the numpy arrays are flattened. this makes accessing the coefs more concise in the code.