skrf.media.Media.load

Media.load(Gamma0, nports=1, **kwargs)[source]

Load of given reflection coefficient.

Parameters
  • Gamma0 (number, array-like) – Reflection coefficient of load (linear, not in db). If its an array it must be of shape: kxnxn, where k is number of frequency points in media, and n is nports

  • nports (int) – number of ports

  • **kwargs (key word arguments) – passed to match(), which is called initially to create a ‘blank’ network.

Returns

load – n-port load, where S = Gamma0*eye(…)

Return type

Network object

See also

match, open, short