Simulating simple electric circuits

Terry Reedy tjreedy at udel.edu
Mon May 7 15:55:09 EDT 2007


"Bjoern Schliessmann" <usenet-mail-0306.20.chr0n0ss at spamgourmet.com> wrote 
in message news:5a9838F2nlbanU1 at mid.individual.net...
Hello all,

| I'm trying to simulate simple electric logic (asynchronous)circuits.
[snip]

Some network simulators use connection objects in addition to node objects, 
with connections joined to nodes but not the same type to each other.  But 
I do not see this as applying here.

Another 'trick' is to make all connections one-way, so a two-way connection 
is a pair of opposite one-way connections.  This might make it easier to 
keep track of what is turning on (or off) what.

tjr






More information about the Python-list mailing list