smithR : number
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
|