modelOnePort

Component with two electrical pins p and n and current i from p to n

Extends from TwoPin (Component with two electrical pins).

Information

Superclass of elements which have two electrical pins: the positive pin connector p, and the negative pin connector n. It is assumed that the current flowing into pin p is identical to the current flowing out of pin n. This current is provided explicitly as current i.

Connectors

TypeNameDefaultDescription
PositivePinp (from TwoPin)Positive electrical pin
NegativePinn (from TwoPin)Negative electrical pin

Components

TypeNameDefaultDescription
SI.Voltagev (from TwoPin)Voltage drop of the two pins (= p.v - n.v)
SI.CurrentiCurrent flowing from pin p to pin n

Revisions

  • 1998 by Christoph Clauss
    initially implemented