Independent parameters of the model. More...
Public Member Functions | |
| Parameters_ () | |
| Sets default parameter values. | |
| void | get (Dictionary &) const |
| Store current values in dictionary. | |
| double | set (const Dictionary &, Node *node) |
| Set values from dictionary. | |
Public Attributes | |
| double | tau_m_ |
| Membrane time constant in ms. | |
| double | tau_ex_ |
| Time constant of exc. | |
| double | tau_in_ |
| Time constant of inh. | |
| double | c_m_ |
| Membrane capacitance in pF. | |
| double | t_ref_ |
| Refractory period in ms. | |
| double | E_L_ |
| Resting potential in mV. | |
| double | I_e_ |
| External DC current [pA]. | |
| double | U_th_ |
| Threshold, RELATIVE TO RESTING POTENTIAL(!). | |
| double | U_min_ |
| Lower bound, RELATIVE TO RESTING POTENTIAL(!). | |
| double | U_reset_ |
| Reset potential. | |
Independent parameters of the model.
| nest::iaf_psc_exp_ps_lossless::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
| void nest::iaf_psc_exp_ps_lossless::Parameters_::get | ( | Dictionary & | d | ) | const |
Store current values in dictionary.
References nest::names::C_m(), nest::names::E_L(), nest::names::I_e(), nest::names::t_ref(), nest::names::tau_m(), nest::names::tau_syn_ex(), nest::names::tau_syn_in(), nest::names::V_min(), nest::names::V_reset(), and nest::names::V_th().
Referenced by nest::iaf_psc_exp_ps_lossless::get_status().
| double nest::iaf_psc_exp_ps_lossless::Parameters_::set | ( | const Dictionary & | d, |
| Node * | node | ||
| ) |
Set values from dictionary.
References nest::names::C_m(), nest::names::E_L(), nest::names::I_e(), nest::names::t_ref(), nest::names::tau_m(), nest::names::tau_syn_ex(), nest::names::tau_syn_in(), nest::update_value_param(), nest::names::V_min(), nest::names::V_reset(), and nest::names::V_th().
Referenced by nest::iaf_psc_exp_ps_lossless::set_status().
| double nest::iaf_psc_exp_ps_lossless::Parameters_::c_m_ |
Membrane capacitance in pF.
Referenced by nest::iaf_psc_exp_ps_lossless::pre_run_hook(), nest::iaf_psc_exp_ps_lossless::propagate_(), and nest::iaf_psc_exp_ps_lossless::threshold_distance().
| double nest::iaf_psc_exp_ps_lossless::Parameters_::E_L_ |
Resting potential in mV.
Referenced by nest::iaf_psc_exp_ps_lossless::get_V_m_().
| double nest::iaf_psc_exp_ps_lossless::Parameters_::I_e_ |
External DC current [pA].
Referenced by nest::iaf_psc_exp_ps_lossless::is_spike_(), nest::iaf_psc_exp_ps_lossless::propagate_(), nest::iaf_psc_exp_ps_lossless::threshold_distance(), and nest::iaf_psc_exp_ps_lossless::update().
| double nest::iaf_psc_exp_ps_lossless::Parameters_::t_ref_ |
Refractory period in ms.
Referenced by nest::iaf_psc_exp_ps_lossless::pre_run_hook().
| double nest::iaf_psc_exp_ps_lossless::Parameters_::tau_ex_ |
Time constant of exc.
synaptic current in ms.
Referenced by nest::iaf_psc_exp_ps_lossless::is_spike_(), nest::iaf_psc_exp_ps_lossless::pre_run_hook(), and nest::iaf_psc_exp_ps_lossless::propagate_().
| double nest::iaf_psc_exp_ps_lossless::Parameters_::tau_in_ |
Time constant of inh.
synaptic current in ms.
Referenced by nest::iaf_psc_exp_ps_lossless::is_spike_(), nest::iaf_psc_exp_ps_lossless::pre_run_hook(), and nest::iaf_psc_exp_ps_lossless::propagate_().
| double nest::iaf_psc_exp_ps_lossless::Parameters_::tau_m_ |
Membrane time constant in ms.
Referenced by nest::iaf_psc_exp_ps_lossless::is_spike_(), nest::iaf_psc_exp_ps_lossless::pre_run_hook(), nest::iaf_psc_exp_ps_lossless::propagate_(), and nest::iaf_psc_exp_ps_lossless::threshold_distance().
| double nest::iaf_psc_exp_ps_lossless::Parameters_::U_min_ |
Lower bound, RELATIVE TO RESTING POTENTIAL(!).
I.e. the real lower bound is U_min_+E_L_.
Referenced by nest::iaf_psc_exp_ps_lossless::update().
| double nest::iaf_psc_exp_ps_lossless::Parameters_::U_reset_ |
Reset potential.
At threshold crossing, the membrane potential is reset to this value. Relative to resting potential.
Referenced by nest::iaf_psc_exp_ps_lossless::emit_instant_spike_(), and nest::iaf_psc_exp_ps_lossless::emit_spike_().
| double nest::iaf_psc_exp_ps_lossless::Parameters_::U_th_ |
Threshold, RELATIVE TO RESTING POTENTIAL(!).
I.e. the real threshold is U_th_ + E_L_.
Referenced by nest::iaf_psc_exp_ps_lossless::emit_instant_spike_(), nest::iaf_psc_exp_ps_lossless::pre_run_hook(), nest::iaf_psc_exp_ps_lossless::threshold_distance(), and nest::iaf_psc_exp_ps_lossless::update().