skrf.networkSet.NetworkSet.plot_uncertainty_bounds_s

NetworkSet.plot_uncertainty_bounds_s(multiplier=200, *args, **kwargs)

Plots complex uncertianty bounds plot on smith chart.

This function plots the complex uncertainty of a NetworkSet as circles on the smith chart. At each frequency a circle with radii proportional to the complex standard deviation of the set at that frequency is drawn. Due to the fact that the markersize argument is in pixels, the radii can scaled by the input argument multiplier.

default kwargs are
{ ‘marker’:’o’, ‘color’:’b’, ‘mew’:0, ‘ls’:’‘, ‘alpha’:.1, ‘label’:None, }
Parameters :

multipliter : float

controls the circle sizes, by multiples of the standard deviation.

Previous topic

skrf.networkSet.NetworkSet.plot_uncertainty_bounds_component

Next topic

skrf.networkSet.NetworkSet.plot_uncertainty_bounds_s_db

This Page