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_ |
| Membrane time constant in ms. | |
| double | C_ |
| Membrane capacitance in pF. | |
| double | tau_ref_ |
| Refractory period in ms. | |
| double | E_L_ |
| Resting potential in mV. | |
| double | I_e_ |
| External current in pA. | |
| double | tau_ex_ |
| Time constant of excitatory synaptic current in ms. | |
| double | tau_in_ |
| Time constant of inhibitory synaptic current in ms. | |
| double | tau_1_ |
| Short and long time constant of adaptive threshold. | |
| double | tau_2_ |
| double | alpha_1_ |
| Amplitudes of threshold adaption. | |
| double | alpha_2_ |
| double | omega_ |
| Resting threshold in mV (relative to resting potential). | |
Independent parameters of the model.
| nest::mat2_psc_exp::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
| void nest::mat2_psc_exp::Parameters_::get | ( | Dictionary & | d | ) | const |
Store current values in dictionary.
References nest::names::alpha_1(), nest::names::alpha_2(), nest::names::C_m(), nest::names::E_L(), nest::names::I_e(), nest::names::omega(), nest::names::t_ref(), nest::names::tau_1(), nest::names::tau_2(), nest::names::tau_m(), nest::names::tau_syn_ex(), and nest::names::tau_syn_in().
Referenced by nest::mat2_psc_exp::get_status().
| double nest::mat2_psc_exp::Parameters_::set | ( | const Dictionary & | d, |
| Node * | node | ||
| ) |
Set values from dictionary.
References nest::names::alpha_1(), nest::names::alpha_2(), nest::names::C_m(), nest::names::E_L(), nest::names::I_e(), nest::names::omega(), nest::names::t_ref(), nest::names::tau_1(), nest::names::tau_2(), nest::names::tau_m(), nest::names::tau_syn_ex(), nest::names::tau_syn_in(), and nest::update_value_param().
Referenced by nest::mat2_psc_exp::set_status().
| double nest::mat2_psc_exp::Parameters_::alpha_1_ |
Amplitudes of threshold adaption.
Referenced by nest::mat2_psc_exp::update().
| double nest::mat2_psc_exp::Parameters_::alpha_2_ |
Referenced by nest::mat2_psc_exp::update().
| double nest::mat2_psc_exp::Parameters_::C_ |
Membrane capacitance in pF.
Referenced by nest::mat2_psc_exp::pre_run_hook().
| double nest::mat2_psc_exp::Parameters_::E_L_ |
Resting potential in mV.
Referenced by nest::mat2_psc_exp::get_V_m_(), and nest::mat2_psc_exp::get_V_th_().
| double nest::mat2_psc_exp::Parameters_::I_e_ |
External current in pA.
Referenced by nest::mat2_psc_exp::update().
| double nest::mat2_psc_exp::Parameters_::omega_ |
Resting threshold in mV (relative to resting potential).
The real resting threshold is (E_L_+omega_). Called omega in Kobayashi et al. (2009).
Referenced by nest::mat2_psc_exp::get_V_th_(), and nest::mat2_psc_exp::update().
| double nest::mat2_psc_exp::Parameters_::Tau_ |
Membrane time constant in ms.
Referenced by nest::mat2_psc_exp::pre_run_hook().
| double nest::mat2_psc_exp::Parameters_::tau_1_ |
Short and long time constant of adaptive threshold.
Referenced by nest::mat2_psc_exp::pre_run_hook().
| double nest::mat2_psc_exp::Parameters_::tau_2_ |
Referenced by nest::mat2_psc_exp::pre_run_hook().
| double nest::mat2_psc_exp::Parameters_::tau_ex_ |
Time constant of excitatory synaptic current in ms.
Referenced by nest::mat2_psc_exp::pre_run_hook().
| double nest::mat2_psc_exp::Parameters_::tau_in_ |
Time constant of inhibitory synaptic current in ms.
Referenced by nest::mat2_psc_exp::pre_run_hook().
| double nest::mat2_psc_exp::Parameters_::tau_ref_ |
Refractory period in ms.
Referenced by nest::mat2_psc_exp::pre_run_hook().