Internal variables of the model. More...
Public Attributes | |
| std::vector< double > | P11_syn_ |
| Amplitude of the synaptic current. | |
| std::vector< double > | P21_syn_ |
| double | P20_ |
| double | P22_ |
| int | RefractoryCounts_ |
| unsigned int | receptor_types_size_ |
Internal variables of the model.
| std::vector< double > nest::iaf_psc_exp_multisynapse::Variables_::P11_syn_ |
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_multisynapse::pre_run_hook(), and nest::iaf_psc_exp_multisynapse::update().
| double nest::iaf_psc_exp_multisynapse::Variables_::P20_ |
| std::vector< double > nest::iaf_psc_exp_multisynapse::Variables_::P21_syn_ |
| double nest::iaf_psc_exp_multisynapse::Variables_::P22_ |
| unsigned int nest::iaf_psc_exp_multisynapse::Variables_::receptor_types_size_ |
| int nest::iaf_psc_exp_multisynapse::Variables_::RefractoryCounts_ |