mwavepy.plotting.smith

mwavepy.plotting.smith(smithR=1, chart_type='z', ax=None)

plots the smith chart of a given radius

Parameters :

smithR : number

radius of smith chart

chart_type : [‘z’,’y’]

Contour type. Possible values are
  • ‘z’ : lines of constant impedance
  • ‘y’ : lines of constant admittance

ax : matplotlib.axes object

existing axes to draw smith chart on

Previous topic

mwavepy.plotting.smith

Next topic

touchstone (mwavepy.touchstone)

This Page