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

Public Attributes

int RefractoryCounts_
 counter during refractory period
 
double theta_spike_decay_rate_
 threshold spike component decay rate
 
double theta_spike_refractory_decay_rate_
 threshold spike component decay rate during refractory
 
double theta_voltage_decay_rate_inverse_
 inverse of threshold voltage component decay rate
 
double potential_decay_rate_
 membrane potential decay rate
 
double abpara_ratio_voltage_
 ratio of parameters of voltage threshold component av/bv
 
std::vector< double > asc_decay_rates_
 after spike current decay rates
 
std::vector< double > asc_stable_coeff_
 after spike current stable coefficient
 
std::vector< double > asc_refractory_decay_rates_
 after spike current decay rates during refractory
 
double phi
 threshold voltage component coefficient
 
std::vector< double > P11_
 synaptic current evolution parameter
 
std::vector< double > P21_
 synaptic current evolution parameter
 
std::vector< double > P22_
 synaptic current evolution parameter
 
double P30_
 membrane current/voltage evolution parameter
 
double P33_
 membrane voltage evolution parameter
 
std::vector< double > P31_
 synaptic/membrane current evolution parameter
 
std::vector< double > P32_
 synaptic/membrane current evolution parameter
 
std::vector< double > PSCInitialValues_
 Amplitude of the synaptic current.
 

Member Data Documentation

◆ abpara_ratio_voltage_

double nest::glif_psc::Variables_::abpara_ratio_voltage_

ratio of parameters of voltage threshold component av/bv

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

◆ asc_decay_rates_

std::vector< double > nest::glif_psc::Variables_::asc_decay_rates_

after spike current decay rates

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

◆ asc_refractory_decay_rates_

std::vector< double > nest::glif_psc::Variables_::asc_refractory_decay_rates_

after spike current decay rates during refractory

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

◆ asc_stable_coeff_

std::vector< double > nest::glif_psc::Variables_::asc_stable_coeff_

after spike current stable coefficient

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

◆ P11_

std::vector< double > nest::glif_psc::Variables_::P11_

synaptic current evolution parameter

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

◆ P21_

std::vector< double > nest::glif_psc::Variables_::P21_

synaptic current evolution parameter

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

◆ P22_

std::vector< double > nest::glif_psc::Variables_::P22_

synaptic current evolution parameter

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

◆ P30_

double nest::glif_psc::Variables_::P30_

membrane current/voltage evolution parameter

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

◆ P31_

std::vector< double > nest::glif_psc::Variables_::P31_

synaptic/membrane current evolution parameter

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

◆ P32_

std::vector< double > nest::glif_psc::Variables_::P32_

synaptic/membrane current evolution parameter

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

◆ P33_

double nest::glif_psc::Variables_::P33_

membrane voltage evolution parameter

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

◆ phi

double nest::glif_psc::Variables_::phi

threshold voltage component coefficient

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

◆ potential_decay_rate_

double nest::glif_psc::Variables_::potential_decay_rate_

membrane potential decay rate

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

◆ PSCInitialValues_

std::vector< double > nest::glif_psc::Variables_::PSCInitialValues_

Amplitude of the synaptic current.

This value is chosen such that a postsynaptic current with weight one has an amplitude of 1 pA.

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

◆ RefractoryCounts_

int nest::glif_psc::Variables_::RefractoryCounts_

counter during refractory period

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

◆ theta_spike_decay_rate_

double nest::glif_psc::Variables_::theta_spike_decay_rate_

threshold spike component decay rate

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

◆ theta_spike_refractory_decay_rate_

double nest::glif_psc::Variables_::theta_spike_refractory_decay_rate_

threshold spike component decay rate during refractory

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

◆ theta_voltage_decay_rate_inverse_

double nest::glif_psc::Variables_::theta_voltage_decay_rate_inverse_

inverse of threshold voltage component decay rate

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


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