Delayed load
A load with reflection coefficient Gamma0 at the end of a matched line of length d.
Parameters : | Gamma0 : number, array-like
d : number
unit : [‘m’,’deg’,’rad’]
**kwargs : key word arguments
|
---|---|
Returns : | delay_load : Network object
|
Notes
This calls
line(d,unit, **kwargs) ** load(Gamma0, **kwargs)
Examples
>>> my_media.delay_load(-.5, 90, 'deg', z0=50)