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

Internal variables of the model. More...

Collaboration diagram for nest::iaf_psc_exp::Variables_:
[legend]

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
 

Detailed Description

Internal variables of the model.

Member Data Documentation

◆ P11ex_

double nest::iaf_psc_exp::Variables_::P11ex_

◆ P11in_

double nest::iaf_psc_exp::Variables_::P11in_

◆ P20_

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.

Note
mog - I assume this, not checked.

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

◆ P21ex_

double nest::iaf_psc_exp::Variables_::P21ex_

◆ P21in_

double nest::iaf_psc_exp::Variables_::P21in_

◆ P22_

double nest::iaf_psc_exp::Variables_::P22_

◆ RefractoryCounts_

int nest::iaf_psc_exp::Variables_::RefractoryCounts_

◆ rng_

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().

◆ weighted_spikes_ex_

double nest::iaf_psc_exp::Variables_::weighted_spikes_ex_

◆ weighted_spikes_in_

double nest::iaf_psc_exp::Variables_::weighted_spikes_in_

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