NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | Public Attributes | List of all members
nest::iaf_neuron::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...
 
double set (const DictionaryDatum &)
 Set values from dictionary. More...
 

Public Attributes

double_t C_
 Membrane capacitance in pF. More...
 
double_t Tau_
 Membrane time constant in ms. More...
 
double_t tau_syn_
 Time constant of synaptic current in ms. More...
 
double_t TauR_
 Refractory period in ms. More...
 
double_t U0_
 Resting potential in mV. More...
 
double_t V_reset_
 Reset value of the membrane potential, in mV. More...
 
double_t Theta_
 Threshold in mV. More...
 
double_t I_e_
 External current in pA. More...
 

Detailed Description

Independent parameters of the model.

Constructor & Destructor Documentation

nest::iaf_neuron::Parameters_::Parameters_ ( )

Sets default parameter values.

Member Function Documentation

void nest::iaf_neuron::Parameters_::get ( DictionaryDatum d) const
double nest::iaf_neuron::Parameters_::set ( const DictionaryDatum d)

Set values from dictionary.

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

References nest::names::C_m, nest::names::d, nest::names::E_L, nest::names::I_e, nest::names::t_ref, nest::names::tau_m, nest::names::tau_syn, nest::names::V_reset, and nest::names::V_th.

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

Member Data Documentation

double_t nest::iaf_neuron::Parameters_::C_

Membrane capacitance in pF.

double_t nest::iaf_neuron::Parameters_::I_e_

External current in pA.

double_t nest::iaf_neuron::Parameters_::Tau_

Membrane time constant in ms.

double_t nest::iaf_neuron::Parameters_::tau_syn_

Time constant of synaptic current in ms.

double_t nest::iaf_neuron::Parameters_::TauR_

Refractory period in ms.

double_t nest::iaf_neuron::Parameters_::Theta_

Threshold in mV.

Note
Value is relative to resting potential U0_.
double_t nest::iaf_neuron::Parameters_::U0_
double_t nest::iaf_neuron::Parameters_::V_reset_

Reset value of the membrane potential, in mV.

Note
Value is relative to resting potential U0_.

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