skrf.media.cpw.CPW.load
- CPW.load(Gamma0, nports=1, z0=None, **kwargs)
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
z0 (number, or array-like or None) – port impedance. This sets the resultant
Network’sz0. Default is None, the Media’sz0_portvalue is used. Ifz0_portis also None (by default), in which case the Media’s nativez0is used. A Media’sz0_portis an optional attribute for renormalizing resultantNetworkto a new reference impedance that differs from a Media’s nativez0.**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:
Networkobject