skrf.calibration.calibration.terminate_nport

skrf.calibration.calibration.terminate_nport(ntwk, gammas)[source]

Terminate N-port network with switch terms.

Note that for 2-port the order gammas is opposite of terminate. Correct order for 2-port is [gamma_r, gamma_f].

See [1]

Parameters:
  • two_port (Network) – an unterminated network.

  • gammas (list of 1-port Network) – measured switch term. gammas[i] = ai/bi sourced by any other port.

Returns:

ntwk

Return type:

Network object

See also

terminate

References