NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::binary_neuron< TGainfunction >::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 tau_m_
 mean inter-update interval in ms (acts like a membrane time constant).
 

Detailed Description

template<class TGainfunction>
struct nest::binary_neuron< TGainfunction >::Parameters_

Independent parameters of the model.

Constructor & Destructor Documentation

◆ Parameters_()

template<class TGainfunction >
nest::binary_neuron< TGainfunction >::Parameters_::Parameters_ ( )

Sets default parameter values.

References nest::binary_neuron< TGainfunction >::recordablesMap_.

Member Function Documentation

◆ get()

template<class TGainfunction >
void nest::binary_neuron< TGainfunction >::Parameters_::get ( Dictionary &  d) const

Store current values in dictionary.

References nest::names::tau_m().

Here is the call graph for this function:

◆ set()

template<class TGainfunction >
void nest::binary_neuron< TGainfunction >::Parameters_::set ( const Dictionary &  d,
Node *  node 
)

Set values from dictionary.

References nest::names::tau_m(), and nest::update_value_param().

Referenced by nest::binary_neuron< TGainfunction >::set_status().

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

Member Data Documentation

◆ tau_m_

template<class TGainfunction >
double nest::binary_neuron< TGainfunction >::Parameters_::tau_m_

mean inter-update interval in ms (acts like a membrane time constant).


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