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. | |
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
| double nest::glif_psc::Variables_::P30_ |
membrane current/voltage evolution parameter
Referenced by nest::glif_psc::pre_run_hook(), and nest::glif_psc::update().
| 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().
| 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().
| double nest::glif_psc::Variables_::P33_ |
membrane voltage evolution parameter
Referenced by nest::glif_psc::pre_run_hook(), and nest::glif_psc::update().
| double nest::glif_psc::Variables_::phi |
threshold voltage component coefficient
Referenced by nest::glif_psc::pre_run_hook(), and nest::glif_psc::update().
| 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().
| 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().
| int nest::glif_psc::Variables_::RefractoryCounts_ |
counter during refractory period
Referenced by nest::glif_psc::pre_run_hook(), and nest::glif_psc::update().
| 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().
| 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().
| 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().