mwavepy.media.cpw.CPW.load

CPW.load(Gamma0, nports=1, **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 #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 :class:`~mwavepy.network.Network` object :

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

Previous topic

mwavepy.media.cpw.CPW.line

Next topic

mwavepy.media.cpw.CPW.match

This Page