|
NEST
2.6.0,not_revisioned_source_dir@0
|
State variables of the model. More...
Public Member Functions | |
| State_ () | |
| Default initialization. More... | |
| void | get (DictionaryDatum &, const Parameters_ &) const |
| void | set (const DictionaryDatum &, const Parameters_ &, double) |
| Set values from dictionary. More... | |
Public Attributes | |
| double_t | U_ |
| This is the membrane potential RELATIVE TO RESTING POTENTIAL. More... | |
| double_t | I_ |
| This is the current to be applied during this time step. More... | |
| long_t | last_spike_step_ |
| step of last spike, for reporting in status dict More... | |
| double_t | last_spike_offset_ |
| offset of last spike, for reporting in status dict More... | |
| bool | is_refractory_ |
| flag for refractoriness More... | |
| bool | with_refr_input_ |
| spikes arriving during refractory period are counted More... | |
State variables of the model.
1.8.7