skrf.calibration.calibration.MultiportCal.run_2port

MultiportCal.run_2port(method, p, k_side, **kwargs)[source]

Call the two-port calibration algorithm and populate multi-port error coefficients for this port pair.

Parameters:
  • method (Two-port calibration class) – Use to calibrate the port pair.

  • p (tuple of int) – Length two tuple of port indices in the pair.

  • k_side (int) – Port to put ‘k’ coefficient in the pair.

  • **kwargs (Keyword arguments) – Passed to the calibration method.