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

Public Member Functions

 State_ (const Parameters_ &)
 
void get (Dictionary &, const Parameters_ &) const
 
void set (const Dictionary &, const Parameters_ &, double, Node *)
 

Public Attributes

double U_
 relative membrane potential in mV
 
double threshold_
 total threshold in mV
 
double threshold_spike_
 spike component of threshold in mV
 
double threshold_voltage_
 voltage component of threshold in mV
 
double I_
 external current in pA
 
double I_syn_
 postsynaptic current in pA
 
std::vector< double > ASCurrents_
 after-spike currents in pA
 
double ASCurrents_sum_
 in pA
 
int refractory_steps_
 Number of refractory steps remaining.
 
std::vector< double > y1_
 synapse current evolution state 1 in pA
 
std::vector< double > y2_
 synapse current evolution state 2 in pA
 

Constructor & Destructor Documentation

◆ State_()

nest::glif_psc::State_::State_ ( const Parameters_ &  p)

References ASCurrents_, ASCurrents_sum_, y1_, and y2_.

Member Function Documentation

◆ get()

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

References nest::names::ASCurrents(), nest::names::threshold_spike(), nest::names::threshold_voltage(), and nest::names::V_m().

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

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

◆ set()

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

References nest::names::ASCurrents(), nest::names::threshold_spike(), nest::names::threshold_voltage(), nest::update_value_param(), and nest::names::V_m().

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

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

Member Data Documentation

◆ ASCurrents_

std::vector< double > nest::glif_psc::State_::ASCurrents_

after-spike currents in pA

Referenced by State_(), and nest::glif_psc::update().

◆ ASCurrents_sum_

double nest::glif_psc::State_::ASCurrents_sum_

◆ I_

double nest::glif_psc::State_::I_

external current in pA

Referenced by nest::glif_psc::get_I_(), and nest::glif_psc::update().

◆ I_syn_

double nest::glif_psc::State_::I_syn_

postsynaptic current in pA

Referenced by nest::glif_psc::get_I_syn_(), and nest::glif_psc::update().

◆ refractory_steps_

int nest::glif_psc::State_::refractory_steps_

Number of refractory steps remaining.

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

◆ threshold_

double nest::glif_psc::State_::threshold_

total threshold in mV

Referenced by nest::glif_psc::get_threshold_(), and nest::glif_psc::update().

◆ threshold_spike_

double nest::glif_psc::State_::threshold_spike_

spike component of threshold in mV

Referenced by nest::glif_psc::get_threshold_spike_(), and nest::glif_psc::update().

◆ threshold_voltage_

double nest::glif_psc::State_::threshold_voltage_

voltage component of threshold in mV

Referenced by nest::glif_psc::get_threshold_voltage_(), and nest::glif_psc::update().

◆ U_

double nest::glif_psc::State_::U_

relative membrane potential in mV

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

◆ y1_

std::vector< double > nest::glif_psc::State_::y1_

synapse current evolution state 1 in pA

Referenced by nest::glif_psc::pre_run_hook(), State_(), and nest::glif_psc::update().

◆ y2_

std::vector< double > nest::glif_psc::State_::y2_

synapse current evolution state 2 in pA

Referenced by nest::glif_psc::pre_run_hook(), State_(), and nest::glif_psc::update().


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