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

Model parameters. More...

Public Member Functions

 Parameters_ ()
 Sets default parameter values. More...
 
void get (DictionaryDatum &) const
 Store current values in dictionary. More...
 
void set (const DictionaryDatum &)
 Set values from dicitonary. More...
 

Public Attributes

double_t V_th_
 Threshold Potential in mV. More...
 
double_t V_reset_
 Reset Potential in mV. More...
 
double_t t_ref_
 Refractory period in ms. More...
 
double_t g_L
 Leak Conductance in nS. More...
 
double_t C_m
 Membrane Capacitance in pF. More...
 
double_t E_ex
 Excitatory reversal Potential in mV. More...
 
double_t E_in
 Inhibitory reversal Potential in mV. More...
 
double_t E_L
 Leak reversal Potential (aka resting potential) in mV. More...
 
double_t tau_synE
 Synaptic Time Constant Excitatory Synapse in ms. More...
 
double_t tau_synI
 Synaptic Time Constant for Inhibitory Synapse in ms. More...
 
double_t I_e
 Constant Current in pA. More...
 

Detailed Description

Model parameters.

Constructor & Destructor Documentation

nest::iaf_cond_exp::Parameters_::Parameters_ ( )

Sets default parameter values.

Member Function Documentation

void nest::iaf_cond_exp::Parameters_::get ( DictionaryDatum d) const
void nest::iaf_cond_exp::Parameters_::set ( const DictionaryDatum d)

Member Data Documentation

double_t nest::iaf_cond_exp::Parameters_::C_m

Membrane Capacitance in pF.

double_t nest::iaf_cond_exp::Parameters_::E_ex

Excitatory reversal Potential in mV.

double_t nest::iaf_cond_exp::Parameters_::E_in

Inhibitory reversal Potential in mV.

double_t nest::iaf_cond_exp::Parameters_::E_L

Leak reversal Potential (aka resting potential) in mV.

Referenced by nest::iaf_cond_exp::State_::State_().

double_t nest::iaf_cond_exp::Parameters_::g_L

Leak Conductance in nS.

double_t nest::iaf_cond_exp::Parameters_::I_e

Constant Current in pA.

double_t nest::iaf_cond_exp::Parameters_::t_ref_

Refractory period in ms.

double_t nest::iaf_cond_exp::Parameters_::tau_synE

Synaptic Time Constant Excitatory Synapse in ms.

double_t nest::iaf_cond_exp::Parameters_::tau_synI

Synaptic Time Constant for Inhibitory Synapse in ms.

double_t nest::iaf_cond_exp::Parameters_::V_reset_

Reset Potential in mV.

double_t nest::iaf_cond_exp::Parameters_::V_th_

Threshold Potential in mV.


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