NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::iaf_psc_exp_htum::State_ Struct Reference

State variables of the model. More...

Public Member Functions

 State_ ()
 Default initialization.
 
void get (Dictionary &, const Parameters_ &) const
 
void set (const Dictionary &, const Parameters_ &, double delta_EL, Node *)
 Set values from dictionary.
 

Public Attributes

double i_0_
 synaptic dc input current, variable 0
 
double i_syn_ex_
 postsynaptic current for exc. inputs, variable 1
 
double i_syn_in_
 postsynaptic current for inh. inputs, variable 1
 
double V_m_
 membrane potential, variable 2
 
int r_abs_
 absolute refractory counter (no membrane potential propagation)
 
int r_tot_
 total refractory counter (no spikes can be generated)
 

Detailed Description

State variables of the model.

Constructor & Destructor Documentation

◆ State_()

nest::iaf_psc_exp_htum::State_::State_ ( )

Default initialization.

Member Function Documentation

◆ get()

void nest::iaf_psc_exp_htum::State_::get ( Dictionary &  d,
const Parameters_ &  p 
) const

References nest::names::V_m().

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

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

◆ set()

void nest::iaf_psc_exp_htum::State_::set ( const Dictionary &  d,
const Parameters_ &  p,
double  delta_EL,
Node *  node 
)

Set values from dictionary.

Parameters
dictionaryto take data from
currentparameters
Changein reversal potential E_L specified by this dict

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

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

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

Member Data Documentation

◆ i_0_

double nest::iaf_psc_exp_htum::State_::i_0_

synaptic dc input current, variable 0

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

◆ i_syn_ex_

double nest::iaf_psc_exp_htum::State_::i_syn_ex_

postsynaptic current for exc. inputs, variable 1

Referenced by nest::iaf_psc_exp_htum::get_I_syn_ex_(), and nest::iaf_psc_exp_htum::update().

◆ i_syn_in_

double nest::iaf_psc_exp_htum::State_::i_syn_in_

postsynaptic current for inh. inputs, variable 1

Referenced by nest::iaf_psc_exp_htum::get_I_syn_in_(), and nest::iaf_psc_exp_htum::update().

◆ r_abs_

int nest::iaf_psc_exp_htum::State_::r_abs_

absolute refractory counter (no membrane potential propagation)

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

◆ r_tot_

int nest::iaf_psc_exp_htum::State_::r_tot_

total refractory counter (no spikes can be generated)

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

◆ V_m_

double nest::iaf_psc_exp_htum::State_::V_m_

membrane potential, variable 2

Referenced by nest::iaf_psc_exp_htum::get_V_m_(), and nest::iaf_psc_exp_htum::update().


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