AdaptationCurrent Class
The AdaptationCurrent class produces a current that drives the voltage towards the membrane potential and increases each time the neuron fires. More...
| Header: | #include <AdaptationCurrent>
|
| Inherits: | Current. |
Properties
Public Functions
Public Slots
Signals
Reimplemented Protected Functions
Detailed Description
The AdaptationCurrent class produces a current that drives the voltage towards the membrane potential and increases each time the neuron fires.
Property Documentation
adaptation : double
Access functions:
| double | adaptation() const |
| void | setAdaptation(double arg) |
Notifier signal:
| void | adaptationChanged(double arg) |
conductance : const double
Access functions:
| double | conductance() const |
Notifier signal:
| void | conductanceChanged(double arg) |
timeConstant : double
Access functions:
| double | timeConstant() const |
| void | setTimeConstant(double arg) |
Notifier signal:
| void | timeConstantChanged(double arg) |
Member Function Documentation
AdaptationCurrent::AdaptationCurrent(QQuickItem * parent = 0)
AdaptationCurrent::~AdaptationCurrent()
[virtual protected] void AdaptationCurrent::fireEvent()
[slot] void AdaptationCurrent::setConductance(double arg)
See also conductance().
[virtual protected] void AdaptationCurrent::stepEvent(double dt, bool parentEnabled)