skrf.plotting.smith

skrf.plotting.smith(smithR=1, chart_type='z', draw_labels=False, border=False, 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

draw_labels : Boolean

annotate real and imaginary parts of impedance on the chart (only if smithR=1)

border : Boolean

draw a rectangular border with axis ticks, around the perimeter of the figure. Not used if draw_labels = True

ax : matplotlib.axes object

existing axes to draw smith chart on

Previous topic

skrf.plotting.func_on_all_figs

Next topic

skrf.plotting.plot_smith

This Page