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

Independent parameters of the model. More...

Public Member Functions

size_t n_receptors_ () const
 Returns the size of tau_syn_.
 
 Parameters_ ()
 Sets default parameter values.
 
void get (Dictionary &) const
 Store current values in dictionary.
 
double set (const Dictionary &, Node *node)
 Set values from dictionary.
 

Public Attributes

double Tau_
 Membrane time constant in ms.
 
double C_
 Membrane capacitance in pF.
 
double refractory_time_
 Refractory period in ms.
 
double E_L_
 Resting potential in mV.
 
double I_e_
 External current in pA.
 
double V_reset_
 Reset value of the membrane potential.
 
double Theta_
 Threshold, RELATIVE TO RESTING POTENTIAL(!).
 
double LowerBound_
 Lower bound, RELATIVE TO RESTING POTENTIAL(!).
 
std::vector< double > tau_syn_
 Time constants of synaptic currents in ms.
 
bool has_connections_
 

Detailed Description

Independent parameters of the model.

Constructor & Destructor Documentation

◆ Parameters_()

nest::iaf_psc_alpha_multisynapse::Parameters_::Parameters_ ( )

Sets default parameter values.

Member Function Documentation

◆ get()

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

Store current values in dictionary.

References nest::names::C_m(), nest::names::E_L(), nest::names::has_connections(), nest::names::I_e(), nest::names::n_synapses(), nest::names::t_ref(), nest::names::tau_m(), nest::names::tau_syn(), nest::names::V_min(), nest::names::V_reset(), and nest::names::V_th().

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

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

◆ n_receptors_()

size_t nest::iaf_psc_alpha_multisynapse::Parameters_::n_receptors_ ( ) const
inline

Returns the size of tau_syn_.

References tau_syn_.

Referenced by nest::iaf_psc_alpha_multisynapse::handles_test_event(), nest::iaf_psc_alpha_multisynapse::pre_run_hook(), and nest::iaf_psc_alpha_multisynapse::update().

Here is the caller graph for this function:

◆ set()

double nest::iaf_psc_alpha_multisynapse::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::C_m(), nest::names::E_L(), nest::names::I_e(), nest::names::t_ref(), nest::names::tau_m(), nest::update_value_param(), nest::names::V_min(), nest::names::V_reset(), and nest::names::V_th().

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

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

Member Data Documentation

◆ C_

double nest::iaf_psc_alpha_multisynapse::Parameters_::C_

Membrane capacitance in pF.

Referenced by nest::iaf_psc_alpha_multisynapse::pre_run_hook().

◆ E_L_

double nest::iaf_psc_alpha_multisynapse::Parameters_::E_L_

Resting potential in mV.

Referenced by nest::iaf_psc_alpha_multisynapse::get_state_element().

◆ has_connections_

bool nest::iaf_psc_alpha_multisynapse::Parameters_::has_connections_

◆ I_e_

double nest::iaf_psc_alpha_multisynapse::Parameters_::I_e_

External current in pA.

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

◆ LowerBound_

double nest::iaf_psc_alpha_multisynapse::Parameters_::LowerBound_

Lower bound, RELATIVE TO RESTING POTENTIAL(!).

I.e. the real lower bound is (LowerBound_+Theta_).

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

◆ refractory_time_

double nest::iaf_psc_alpha_multisynapse::Parameters_::refractory_time_

Refractory period in ms.

Referenced by nest::iaf_psc_alpha_multisynapse::pre_run_hook().

◆ Tau_

double nest::iaf_psc_alpha_multisynapse::Parameters_::Tau_

Membrane time constant in ms.

Referenced by nest::iaf_psc_alpha_multisynapse::pre_run_hook().

◆ tau_syn_

std::vector< double > nest::iaf_psc_alpha_multisynapse::Parameters_::tau_syn_

◆ Theta_

double nest::iaf_psc_alpha_multisynapse::Parameters_::Theta_

Threshold, RELATIVE TO RESTING POTENTIAL(!).

I.e. the real threshold is (E_L_+Theta_).

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

◆ V_reset_

double nest::iaf_psc_alpha_multisynapse::Parameters_::V_reset_

Reset value of the membrane potential.

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


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