skrf.calibration.calibration.MRC.__init__

MRC.__init__(measured, ideals, *args, **kwargs)[source]

MRC Initializer

This calibration takes exactly 5 standards, which must be in the order:

[Short, DelayShort1, DelayShort1, Load, Thru]

The ideals for the delay shorts are not used and the ideal for the thru is only used to choose the sign of a square root. Thus, it only has to be have s21, s12 known within \(\pi\) phase.

Parameters:
  • measured (list/dict of Network objects) – Raw measurements of the calibration standards. The order must align with the ideals parameter

  • ideals (list/dict of Network objects) – Predicted ideal response of the calibration standards. The order must align with ideals list

  • switch_terms (tuple of Network objects) – the pair of switch terms in the order (forward, reverse)