VSource

voltage source

CONICAL object class#include VSource.h
Base Classes
None
Derived Classes
Compartmentisopotential volume
Member Functions & Variables
virtual real GetV ( void );
virtual void SetV ( real pV );
VSource ( real pV );
VSource ( void );

A VSource, or voltage source, is an object which can cause current to flow through a Current. That is, a VSource has some potential (V), which may be read (using GetV()) by other objects to adjust whatever (usually their own V).