skrf.media.coaxial.Coaxial.open

Coaxial.open(nports=1, **kwargs)

Open (\(\Gamma_0 = 1\)).

Parameters:
  • nports (int) – number of ports

  • **kwargs (key word arguments passed to load()) –

Returns:

match – a n-port open circuit

Return type:

Network object

Notes

This calls

load(1.0, nports, **kwargs)

See also

match, load, short