skrf.media.Media.shunt

Media.shunt(ntwk, **kwargs)[source]

Shunts a Network.

This creates a tee() and connects ntwk to port 1, and returns the result.

Parameters:
  • ntwk (Network object)

  • **kwargs (keyword arguments passed to tee())

Returns:

shunted_ntwk – a shunted a ntwk. The resultant shunted_ntwk will have (2 + ntwk.number_of_ports -1) ports.

Return type:

Network object