skrf.calibration.calibration.LRM.__init__

LRM.__init__(measured, ideals, switch_terms=None, isolation=None, *args, **kwargs)[source]

LRM Initializer.

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

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

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

  • isolation (Network object) – Measurement with loads on both ports with a perfect isolation between the ports. Used for determining the isolation error terms. If no measurement is given leakage is assumed to be zero.