pyaltium.sch._item#
Module Contents#
Classes#
A single schematic item in a library. |
- class pyaltium.sch._item.SchLibItem(libref, sectionkey, description, partcount, file_name, lazyload=False)#
Bases:
pyaltium.base.AltiumLibItemMixin[pyaltium.sch._record.SchLibItemRecord]A single schematic item in a library.
- Parameters:
- draw(ax)#
Create the drawing on the axes
- Parameters:
ax (matplotlib.pyplot.Axes) –
- Return type:
None