VSink

voltage sink

CONICAL object class#include VSink.h
compile VSink.cpp
Base Classes
None
Derived Classes
Compartmentisopotential volume
Member Functions & Variables
~ VSink ( void );
VSink ( void );

A VSink, or voltage sink, is an object which can can receive current through a Current. It keeps track of all the Currents which attach to it. When the VSink is destroyed, all of its Currents are destroyed automatically. Conversely, when a Current is destroyed, the VSink is updated so that it does not attempt to access the vanished Current.