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) |
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_ |
double_t | V_th_1_ |
double_t | V_th_2_ |
double_t | V_th_dv_ |
double_t | V_th_v_ |
int_t | r_ |
State variables of the model.
nest::amat2_psc_exp::State_::State_ | ( | ) |
Default initialization.
void nest::amat2_psc_exp::State_::get | ( | DictionaryDatum & | d, |
const Parameters_ & | p | ||
) | const |
void nest::amat2_psc_exp::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::names::d, nest::amat2_psc_exp::Parameters_::U0_, nest::names::V_m, nest::names::V_th_alpha_1, nest::names::V_th_alpha_2, and nest::names::V_th_v.
Referenced by nest::amat2_psc_exp::set_status().
double_t nest::amat2_psc_exp::State_::i_0_ |
double_t nest::amat2_psc_exp::State_::i_syn_ex_ |
double_t nest::amat2_psc_exp::State_::i_syn_in_ |
int_t nest::amat2_psc_exp::State_::r_ |
double_t nest::amat2_psc_exp::State_::V_m_ |
Referenced by nest::amat2_psc_exp::get_V_m_().
double_t nest::amat2_psc_exp::State_::V_th_1_ |
Referenced by nest::amat2_psc_exp::get_V_th_().
double_t nest::amat2_psc_exp::State_::V_th_2_ |
Referenced by nest::amat2_psc_exp::get_V_th_().
double_t nest::amat2_psc_exp::State_::V_th_dv_ |
double_t nest::amat2_psc_exp::State_::V_th_v_ |
Referenced by nest::amat2_psc_exp::get_V_th_(), and nest::amat2_psc_exp::get_V_th_v_().