NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::izhikevich::Parameters_ Struct Reference

Independent parameters of the model. More...

Public Member Functions

 Parameters_ ()
 Sets default parameter values.
 
void get (Dictionary &) const
 Store current values in dictionary.
 
void set (const Dictionary &, Node *node)
 Set values from dictionary.
 

Public Attributes

double a_
 
double b_
 
double c_
 
double d_
 
double I_e_
 External DC current.
 
double V_th_
 Threshold.
 
double V_min_
 Lower bound.
 
bool consistent_integration_
 Use standard integration numerics.
 

Detailed Description

Independent parameters of the model.

Constructor & Destructor Documentation

◆ Parameters_()

nest::izhikevich::Parameters_::Parameters_ ( )

Sets default parameter values.

Member Function Documentation

◆ get()

void nest::izhikevich::Parameters_::get ( Dictionary &  d) const

Store current values in dictionary.

References nest::names::a(), nest::names::b(), nest::names::c(), nest::names::consistent_integration(), nest::names::d(), nest::names::I_e(), nest::names::V_min(), and nest::names::V_th().

Referenced by nest::izhikevich::get_status().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ set()

void nest::izhikevich::Parameters_::set ( const Dictionary &  d,
Node *  node 
)

Set values from dictionary.

References nest::names::a(), nest::names::b(), nest::names::c(), nest::names::consistent_integration(), nest::names::d(), nest::Time::get_ms(), nest::Time::get_resolution(), nest::names::I_e(), nest::INFO, LOG, nest::update_value_param(), nest::names::V_min(), and nest::names::V_th().

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

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ a_

double nest::izhikevich::Parameters_::a_

◆ b_

double nest::izhikevich::Parameters_::b_

◆ c_

double nest::izhikevich::Parameters_::c_

◆ consistent_integration_

bool nest::izhikevich::Parameters_::consistent_integration_

Use standard integration numerics.

Referenced by nest::izhikevich::update().

◆ d_

double nest::izhikevich::Parameters_::d_

◆ I_e_

double nest::izhikevich::Parameters_::I_e_

External DC current.

Referenced by nest::izhikevich::update().

◆ V_min_

double nest::izhikevich::Parameters_::V_min_

Lower bound.

Referenced by nest::izhikevich::update().

◆ V_th_

double nest::izhikevich::Parameters_::V_th_

Threshold.

Referenced by nest::izhikevich::update().


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