NEST
2.6.0,not_revisioned_source_dir@0
|
Independent parameters of the model. More...
Public Member Functions | |
Parameters_ () | |
Sets default parameter values. More... | |
void | get (DictionaryDatum &) const |
Store current values in dictionary. More... | |
void | set (const DictionaryDatum &) |
Set values from dictionary. More... | |
Public Attributes | |
int_t | N_ |
Number of neurons in the population. More... | |
double_t | tau_m_ |
Membrane time constant in ms. More... | |
double_t | c_m_ |
Membrane capacitance in pF. More... | |
double_t | rho_0_ |
More... | |
double_t | delta_u_ |
More... | |
int_t | len_kernel_ |
Length of kernel. More... | |
double_t | I_e_ |
External DC current. More... | |
std::vector< double_t > | taus_eta_ |
Array of time constants. More... | |
std::vector< double_t > | vals_eta_ |
More... | |
Independent parameters of the model.
nest::pp_pop_psc_delta::Parameters_::Parameters_ | ( | ) |
void nest::pp_pop_psc_delta::Parameters_::get | ( | DictionaryDatum & | d | ) | const |
Store current values in dictionary.
References nest::names::C_m, nest::names::d, nest::names::delta_u, nest::names::I_e, nest::names::len_kernel, nest::names::N, nest::names::rho_0, nest::names::tau_m, nest::names::taus_eta, and nest::names::vals_eta.
Referenced by nest::pp_pop_psc_delta::get_status().
void nest::pp_pop_psc_delta::Parameters_::set | ( | const DictionaryDatum & | d | ) |
Set values from dictionary.
References nest::names::C_m, nest::names::d, nest::names::delta_u, nest::names::I_e, nest::names::len_kernel, nest::names::N, nest::names::rho_0, nest::names::tau_m, nest::names::taus_eta, and nest::names::vals_eta.
Referenced by nest::pp_pop_psc_delta::set_status().
double_t nest::pp_pop_psc_delta::Parameters_::c_m_ |
Membrane capacitance in pF.
double_t nest::pp_pop_psc_delta::Parameters_::delta_u_ |
double_t nest::pp_pop_psc_delta::Parameters_::I_e_ |
External DC current.
int_t nest::pp_pop_psc_delta::Parameters_::len_kernel_ |
Length of kernel.
int_t nest::pp_pop_psc_delta::Parameters_::N_ |
Number of neurons in the population.
double_t nest::pp_pop_psc_delta::Parameters_::rho_0_ |
double_t nest::pp_pop_psc_delta::Parameters_::tau_m_ |
Membrane time constant in ms.
std::vector<double_t> nest::pp_pop_psc_delta::Parameters_::taus_eta_ |
Array of time constants.
Referenced by Parameters_().
std::vector<double_t> nest::pp_pop_psc_delta::Parameters_::vals_eta_ |
Referenced by Parameters_().