Module circ
[frames] | no frames]

Module circ

Describe a circuit in terms of its components; generates equations and solves them.

Classes
  Circuit
  NodeToCurrents
Keep track of which currents are flowing in and out of which nodes in a circuit.
  Component
Generic superclass.
  VSrc
  ISrc
  Wire
Just describes a wire between nodes n1 and n2; nodes are specified by their names (strings)
  Resistor
  OpAmp
Asserts that nOut = K(nPlus - nMinus).
  Thevenin
An abstract component consisting of a resistor and a voltage source in series.
Variables
  __package__ = None