plots the passivity of a network, possibly for a specific port.
Parameters : | port: int :
ax : matplotlib.Axes object, optional
show_legend : boolean, optional
*args : arguments, optional
**kwargs : keyword arguments, optional
|
---|
See also
plot_vs_frequency_generic, passivity
Examples
>>> myntwk.plot_s_rad()
>>> myntwk.plot_s_rad(m=0,n=1,color='b', marker='x')