Internal variables of the model. More...
Public Attributes | |
| double | P20_ |
| Amplitude of the synaptic current. | |
| double | P11ex_ |
| double | P11in_ |
| double | P21ex_ |
| double | P21in_ |
| double | P22_ |
| double | weighted_spikes_ex_ |
| double | weighted_spikes_in_ |
| int | RefractoryCounts_ |
| RngPtr | rng_ |
| random number generator of my own thread | |
Internal variables of the model.
| double nest::iaf_psc_exp::Variables_::P11ex_ |
Referenced by nest::iaf_psc_exp::pre_run_hook(), and nest::iaf_psc_exp::update().
| double nest::iaf_psc_exp::Variables_::P11in_ |
Referenced by nest::iaf_psc_exp::pre_run_hook(), and nest::iaf_psc_exp::update().
| double nest::iaf_psc_exp::Variables_::P20_ |
Amplitude of the synaptic current.
This value is chosen such that a postsynaptic potential with weight one has an amplitude of 1 mV.
Referenced by nest::iaf_psc_exp::pre_run_hook(), and nest::iaf_psc_exp::update().
| double nest::iaf_psc_exp::Variables_::P21ex_ |
Referenced by nest::iaf_psc_exp::pre_run_hook(), and nest::iaf_psc_exp::update().
| double nest::iaf_psc_exp::Variables_::P21in_ |
Referenced by nest::iaf_psc_exp::pre_run_hook(), and nest::iaf_psc_exp::update().
| double nest::iaf_psc_exp::Variables_::P22_ |
Referenced by nest::iaf_psc_exp::pre_run_hook(), and nest::iaf_psc_exp::update().
| int nest::iaf_psc_exp::Variables_::RefractoryCounts_ |
Referenced by nest::iaf_psc_exp::pre_run_hook(), and nest::iaf_psc_exp::update().
| RngPtr nest::iaf_psc_exp::Variables_::rng_ |
random number generator of my own thread
Referenced by nest::iaf_psc_exp::pre_run_hook(), and nest::iaf_psc_exp::update().
| double nest::iaf_psc_exp::Variables_::weighted_spikes_ex_ |
Referenced by nest::iaf_psc_exp::update().
| double nest::iaf_psc_exp::Variables_::weighted_spikes_in_ |
Referenced by nest::iaf_psc_exp::update().