skrf.calibration.calibration.terminate

skrf.calibration.calibration.terminate(ntwk, gamma_f, gamma_r)[source]

Terminate a network with switch terms.

see [1]

Parameters:
  • two_port (2-port Network) – an unterminated network

  • gamma_f (1-port Network) – measured forward switch term. gamma_f = a2/b2 sourced by port1

  • gamma_r (1-port Network) – measured reverse switch term gamma_r = a1/b1 sourced by port2

Returns:

ntwk

Return type:

Network object

See also

unterminate_switch_terms

References