NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::ignore_and_fire::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 phase_
 Phase.
 
double rate_
 Firing rate in spikes/s.
 

Detailed Description

Independent parameters of the model.

Constructor & Destructor Documentation

◆ Parameters_()

nest::ignore_and_fire::Parameters_::Parameters_ ( )

Sets default parameter values.

Member Function Documentation

◆ get()

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

Store current values in dictionary.

References nest::names::phase(), and nest::names::rate().

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

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

◆ set()

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

Set values from dictionary.

Returns
Change in reversal potential E_L, to be passed to State_::set()

References nest::names::phase(), nest::names::rate(), and nest::update_value_param().

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

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

Member Data Documentation

◆ phase_

double nest::ignore_and_fire::Parameters_::phase_

◆ rate_

double nest::ignore_and_fire::Parameters_::rate_

Firing rate in spikes/s.

Referenced by nest::ignore_and_fire::calc_initial_variables_().


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