PassiveCurrent Class
The PassiveCurrent class defines a current that drives the NeuronEngine towards the defined resting membrane potential. More...
Header: | #include <PassiveCurrent>
|
Inherits: | Current. |
Properties
Public Functions
Public Slots
Signals
Reimplemented Protected Functions
virtual void | stepEvent(double dt, bool parentEnabled) |
Detailed Description
The PassiveCurrent class defines a current that drives the NeuronEngine towards the defined resting membrane potential.
Property Documentation
resistance : double
Access functions:
double | resistance() const |
void | setResistance(double arg) |
Notifier signal:
void | resistanceChanged(double arg) |
Member Function Documentation
PassiveCurrent::PassiveCurrent(QQuickItem * parent = 0)
PassiveCurrent::~PassiveCurrent()
[virtual protected]
void PassiveCurrent::stepEvent(double dt, bool parentEnabled)