NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::gif_psc_exp_multisynapse::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.
 
size_t n_receptors_ () const
 Return the number of receptor ports.
 

Public Attributes

double g_L_
 
double E_L_
 
double V_reset_
 
double Delta_V_
 
double V_T_star_
 
double lambda_0_
 
double t_ref_
 1/ms
 
double c_m_
 Membrane capacitance in pF.
 
std::vector< double > tau_stc_
 We use stc and sfa, respectively instead of eta and gamma (mentioned in the references).
 
std::vector< double > q_stc_
 List of spike triggered current jumps in nA.
 
std::vector< double > tau_sfa_
 List of adaptive threshold time constant in ms.
 
std::vector< double > q_sfa_
 List of adaptive threshold jumps in mV.
 
std::vector< double > tau_syn_
 Time constants of synaptic currents in ms.
 
bool has_connections_
 boolean flag which indicates whether the neuron has connections
 
double I_e_
 External DC current.
 

Detailed Description

Independent parameters of the model.

Constructor & Destructor Documentation

◆ Parameters_()

nest::gif_psc_exp_multisynapse::Parameters_::Parameters_ ( )

Sets default parameter values.

Member Function Documentation

◆ get()

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

Store current values in dictionary.

References nest::names::C_m(), nest::names::Delta_V(), nest::names::E_L(), nest::names::g_L(), nest::names::has_connections(), nest::names::I_e(), nest::names::lambda_0(), nest::names::n_receptors(), nest::names::q_sfa(), nest::names::q_stc(), nest::names::t_ref(), nest::names::tau_sfa(), nest::names::tau_stc(), nest::names::tau_syn(), nest::names::V_reset(), and nest::names::V_T_star().

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

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

◆ n_receptors_()

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

Return the number of receptor ports.

References tau_syn_.

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

Here is the caller graph for this function:

◆ set()

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

Set values from dictionary.

References nest::names::C_m(), nest::names::Delta_V(), nest::names::E_L(), nest::names::g_L(), nest::names::I_e(), nest::names::lambda_0(), nest::names::q_sfa(), nest::names::q_stc(), nest::names::t_ref(), nest::names::tau_sfa(), nest::names::tau_stc(), nest::names::tau_syn(), nest::update_value_param(), nest::names::V_reset(), and nest::names::V_T_star().

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

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

Member Data Documentation

◆ c_m_

double nest::gif_psc_exp_multisynapse::Parameters_::c_m_

Membrane capacitance in pF.

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

◆ Delta_V_

double nest::gif_psc_exp_multisynapse::Parameters_::Delta_V_

◆ E_L_

double nest::gif_psc_exp_multisynapse::Parameters_::E_L_

◆ g_L_

double nest::gif_psc_exp_multisynapse::Parameters_::g_L_

◆ has_connections_

bool nest::gif_psc_exp_multisynapse::Parameters_::has_connections_

boolean flag which indicates whether the neuron has connections

Referenced by nest::gif_psc_exp_multisynapse::handles_test_event().

◆ I_e_

double nest::gif_psc_exp_multisynapse::Parameters_::I_e_

External DC current.

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

◆ lambda_0_

double nest::gif_psc_exp_multisynapse::Parameters_::lambda_0_

◆ q_sfa_

std::vector< double > nest::gif_psc_exp_multisynapse::Parameters_::q_sfa_

List of adaptive threshold jumps in mV.

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

◆ q_stc_

std::vector< double > nest::gif_psc_exp_multisynapse::Parameters_::q_stc_

List of spike triggered current jumps in nA.

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

◆ t_ref_

double nest::gif_psc_exp_multisynapse::Parameters_::t_ref_

1/ms

Refractory period in ms.

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

◆ tau_sfa_

std::vector< double > nest::gif_psc_exp_multisynapse::Parameters_::tau_sfa_

List of adaptive threshold time constant in ms.

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

◆ tau_stc_

std::vector< double > nest::gif_psc_exp_multisynapse::Parameters_::tau_stc_

We use stc and sfa, respectively instead of eta and gamma (mentioned in the references).

List of spike triggered current time constant in ms.

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

◆ tau_syn_

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

Time constants of synaptic currents in ms.

Referenced by n_receptors_(), and nest::gif_psc_exp_multisynapse::pre_run_hook().

◆ V_reset_

double nest::gif_psc_exp_multisynapse::Parameters_::V_reset_

◆ V_T_star_

double nest::gif_psc_exp_multisynapse::Parameters_::V_T_star_

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