State variables of the model. More...
Public Member Functions | |
| State_ () | |
| Default initialization. | |
| void | get (Dictionary &, const Parameters_ &) const |
| void | set (const Dictionary &, const Parameters_ &, Node *) |
Public Attributes | |
| double | y0_ |
| This is piecewise constant external current. | |
| double | y3_ |
| This is the membrane potential RELATIVE TO RESTING POTENTIAL. | |
| double | q_ |
| This is the change of the 'threshold' due to adaptation. | |
| std::vector< double > | q_elems_ |
| Vector of adaptation parameters. by Hesam. | |
| int | r_ |
| Number of refractory steps remaining. | |
| bool | initialized_ |
| it is true if the vectors are initialized | |
State variables of the model.
| nest::pp_psc_delta::State_::State_ | ( | ) |
Default initialization.
References q_elems_.
| void nest::pp_psc_delta::State_::get | ( | Dictionary & | d, |
| const Parameters_ & | |||
| ) | const |
References nest::names::E_sfa(), and nest::names::V_m().
Referenced by nest::pp_psc_delta::get_status().
| void nest::pp_psc_delta::State_::set | ( | const Dictionary & | d, |
| const Parameters_ & | , | ||
| Node * | node | ||
| ) |
References nest::names::E_sfa(), nest::Node::initialized_, nest::update_value_param(), and nest::names::V_m().
Referenced by nest::pp_psc_delta::set_status().
| bool nest::pp_psc_delta::State_::initialized_ |
it is true if the vectors are initialized
Referenced by nest::pp_psc_delta::pre_run_hook().
| double nest::pp_psc_delta::State_::q_ |
This is the change of the 'threshold' due to adaptation.
Referenced by nest::pp_psc_delta::get_E_sfa_(), and nest::pp_psc_delta::update().
| std::vector< double > nest::pp_psc_delta::State_::q_elems_ |
Vector of adaptation parameters. by Hesam.
Referenced by nest::pp_psc_delta::pre_run_hook(), State_(), and nest::pp_psc_delta::update().
| int nest::pp_psc_delta::State_::r_ |
Number of refractory steps remaining.
Referenced by nest::pp_psc_delta::init_state_(), and nest::pp_psc_delta::update().
| double nest::pp_psc_delta::State_::y0_ |
This is piecewise constant external current.
Referenced by nest::pp_psc_delta::update().
| double nest::pp_psc_delta::State_::y3_ |
This is the membrane potential RELATIVE TO RESTING POTENTIAL.
Referenced by nest::pp_psc_delta::get_V_m_(), and nest::pp_psc_delta::update().