Circuit netlist construction.
The netlist
module contains a Netlist
object that you call in a with ... as
statement to obtain an
instance of Elements
from the elements
module.
Your circuit may contain alterable values, which are handled by instance
of AV
from the av
module.
You may use instances of a Wrapper
subclass from the wrappers
module,
like Paren
, to
make constructing circuit elements more Pythonic.