pingspice.circuit
package documentation
Part of pingspice
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.
Module | av | Alterable values: The key to evolving component values and device parameters. |
Module | elements | Provides the Elements
object, the building block of each pingspice circuit object that Netlist
constructs. |
Module | license | License text to accompany exported netlists. |
Module | netlist | Object-oriented netlist generation. |
Module | nodes | Provides the Elements
object, the building block of each pingspice circuit object that Netlist
constructs. |
Module | options | Simulation options. |
Module | wrappers | Provides subclasses of Wrapper
that surround your arguments with useful text in a netlist line. |