|
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_ &, double delta_EL) |
| Set values from dictionary. More... | |
Public Attributes | |
| double_t | i_0_ |
| double_t | i_syn_ex_ |
| double_t | i_syn_in_ |
| double_t | V_m_ |
| int_t | r_abs_ |
| int_t | r_tot_ |
State variables of the model.
| nest::iaf_tum_2000::State_::State_ | ( | ) |
Default initialization.
| void nest::iaf_tum_2000::State_::get | ( | DictionaryDatum & | d, |
| const Parameters_ & | p | ||
| ) | const |
References nest::names::d, nest::iaf_tum_2000::Parameters_::U0_, and nest::names::V_m.
Referenced by nest::iaf_tum_2000::get_status().
| void nest::iaf_tum_2000::State_::set | ( | const DictionaryDatum & | d, |
| const Parameters_ & | p, | ||
| 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_tum_2000::Parameters_::U0_, and nest::names::V_m.
Referenced by nest::iaf_tum_2000::set_status().
| double_t nest::iaf_tum_2000::State_::i_0_ |
| double_t nest::iaf_tum_2000::State_::i_syn_ex_ |
Referenced by nest::iaf_tum_2000::get_I_syn_ex_().
| double_t nest::iaf_tum_2000::State_::i_syn_in_ |
Referenced by nest::iaf_tum_2000::get_I_syn_in_().
| int_t nest::iaf_tum_2000::State_::r_abs_ |
| int_t nest::iaf_tum_2000::State_::r_tot_ |
| double_t nest::iaf_tum_2000::State_::V_m_ |
Referenced by nest::iaf_tum_2000::get_V_m_().
1.8.7