skidl.netpinlist module

Specialized list for handling nets, pins, and buses.

class skidl.netpinlist.NetPinList(iterable=(), /)[source]

Bases: list

property aliases
property circuit

Get the circuit the pins/nets are members of.

create_network()[source]

Create a network from a list of pins and nets.

property do_erc
property drive
property width

Return width, which is the same as using the len() operator.