NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | Public Attributes | List of all members
nest::iaf_chs_2007::Parameters_ Struct Reference

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 &, State_ &s)
 Set values from dictionary. More...
 

Public Attributes

double_t tau_epsp_
 Membrane time constant in ms. More...
 
double_t tau_reset_
 Refractory time constant in ms. More...
 
double_t E_L_
 Resting potential. More...
 
double_t U_th_
 Threshold. More...
 
double_t U_epsp_
 Normalized maximum amplitude of the EPSP. More...
 
double_t U_reset_
 Normalized magnitude of the membrane potential reset. More...
 
double_t C_
 Membrane capacitance. More...
 
double_t U_noise_
 Noise scale. More...
 
std::vector< double_tnoise_
 Noise signal. More...
 

Detailed Description

Independent parameters of the model.

Constructor & Destructor Documentation

nest::iaf_chs_2007::Parameters_::Parameters_ ( )

Sets default parameter values.

Member Function Documentation

void nest::iaf_chs_2007::Parameters_::get ( DictionaryDatum d) const
void nest::iaf_chs_2007::Parameters_::set ( const DictionaryDatum d,
State_ s 
)

Set values from dictionary.

Returns
Change in reversal potential E_L, to be passed to State_::set()
Note
State is passed so that the position can be reset if the noise_ vector has been filled with new data.

References nest::names::d, nest::names::noise, nest::iaf_chs_2007::State_::position_, nest::names::tau_epsp, nest::names::tau_reset, nest::names::V_epsp, nest::names::V_noise, and nest::names::V_reset.

Referenced by nest::iaf_chs_2007::set_status().

Member Data Documentation

double_t nest::iaf_chs_2007::Parameters_::C_

Membrane capacitance.

Note: Does not have any function currently.

double_t nest::iaf_chs_2007::Parameters_::E_L_

Resting potential.

Normalized = 0.0.

Referenced by nest::iaf_chs_2007::get_V_m_().

std::vector<double_t> nest::iaf_chs_2007::Parameters_::noise_

Noise signal.

double_t nest::iaf_chs_2007::Parameters_::tau_epsp_

Membrane time constant in ms.

double_t nest::iaf_chs_2007::Parameters_::tau_reset_

Refractory time constant in ms.

double_t nest::iaf_chs_2007::Parameters_::U_epsp_

Normalized maximum amplitude of the EPSP.

double_t nest::iaf_chs_2007::Parameters_::U_noise_

Noise scale.

double_t nest::iaf_chs_2007::Parameters_::U_reset_

Normalized magnitude of the membrane potential reset.

double_t nest::iaf_chs_2007::Parameters_::U_th_

Threshold.

Normalized = 1.0.


The documentation for this struct was generated from the following files: