|
NEST
2.6.0,not_revisioned_source_dir@0
|
State variables of the model. More...
Public Member Functions | |
| State_ () | |
| Default initialization. More... | |
| void | get (DictionaryDatum &, const Parameters_ &) const |
| void | set (const DictionaryDatum &, const Parameters_ &, const double) |
| Set values from dictionary. More... | |
Public Attributes | |
| double_t | y0_ |
| Constant current. More... | |
| std::vector< double_t > | y1_syn_ |
| std::vector< double_t > | y2_syn_ |
| double_t | y3_ |
| This is the membrane potential RELATIVE TO RESTING POTENTIAL. More... | |
| double_t | current_ |
| int_t | r_ |
| This is the current in a time step. This is only here to allow logging. More... | |
State variables of the model.
| nest::iaf_psc_alpha_multisynapse::State_::State_ | ( | ) |
| void nest::iaf_psc_alpha_multisynapse::State_::get | ( | DictionaryDatum & | d, |
| const Parameters_ & | p | ||
| ) | const |
References nest::names::d, nest::iaf_psc_alpha_multisynapse::Parameters_::U0_, and nest::names::V_m.
Referenced by nest::iaf_psc_alpha_multisynapse::get_status().
| void nest::iaf_psc_alpha_multisynapse::State_::set | ( | const DictionaryDatum & | d, |
| const Parameters_ & | p, | ||
| const double | delta_EL | ||
| ) |
Set values from dictionary.
| dictionary | to take data from |
| current | parameters |
| Change | in reversal potential E_L specified by this dict |
References nest::iaf_psc_alpha_multisynapse::Parameters_::U0_, and nest::names::V_m.
Referenced by nest::iaf_psc_alpha_multisynapse::set_status().
| double_t nest::iaf_psc_alpha_multisynapse::State_::current_ |
| int_t nest::iaf_psc_alpha_multisynapse::State_::r_ |
This is the current in a time step. This is only here to allow logging.
Number of refractory steps remaining
Referenced by nest::iaf_psc_alpha_multisynapse::update().
| double_t nest::iaf_psc_alpha_multisynapse::State_::y0_ |
Constant current.
Referenced by nest::iaf_psc_alpha_multisynapse::update().
| std::vector<double_t> nest::iaf_psc_alpha_multisynapse::State_::y1_syn_ |
| std::vector<double_t> nest::iaf_psc_alpha_multisynapse::State_::y2_syn_ |
| double_t nest::iaf_psc_alpha_multisynapse::State_::y3_ |
This is the membrane potential RELATIVE TO RESTING POTENTIAL.
Referenced by nest::iaf_psc_alpha_multisynapse::get_V_m_(), and nest::iaf_psc_alpha_multisynapse::update().
1.8.7