23#ifndef IAF_PSC_DELTA_H
24#define IAF_PSC_DELTA_H
376 e.set_sender( *
this );
377 return target.handles_test_event( e, receptor_type );
383 if ( receptor_type != 0 )
393 if ( receptor_type != 0 )
403 if ( receptor_type != 0 )
423 const double delta_EL = ptmp.
set( d,
this );
425 stmp.
set( d, ptmp, delta_EL,
this );
Dictionary class for interface to Python and C++ API.
Definition dictionary.h:213
A node which archives spike history for the purposes of spike-timing dependent plasticity (STDP)
Definition archiving_node.h:49
void get_status(Dictionary &d) const override
Export properties of the node by setting entries in the status dictionary.
Definition archiving_node.cpp:220
void set_status(const Dictionary &d) override
Change properties of the node according to the entries in the dictionary.
Definition archiving_node.cpp:236
Event for electrical currents.
Definition event.h:569
Request data to be logged/logged data to be sent.
Definition event.h:636
Base class for all NEST network objects.
Definition node.h:99
std::string get_name() const
Return class name.
Definition node.cpp:105
Map names of recordables to data access functions.
Definition recordables_map.h:61
Buffer Layout.
Definition ring_buffer.h:83
Event for spike information.
Definition event.h:418
Definition nest_time.h:135
Exception to be thrown if the specified receptor type does not exist in the node.
Definition exceptions.h:417
Definition iaf_psc_delta.h:199
void get_status(Dictionary &) const override
Export properties of the node by setting entries in the status dictionary.
Definition iaf_psc_delta.h:411
void pre_run_hook() override
Re-calculate dependent parameters of the node.
Definition iaf_psc_delta.cpp:235
void init_buffers_() override
Configure persistent internal data structures.
Definition iaf_psc_delta.cpp:226
size_t handles_test_event(SpikeEvent &, size_t) override
Check if the node can handle a particular event and receptor type.
Definition iaf_psc_delta.h:381
size_t send_test_event(Node &, size_t, synindex, bool) override
Send an event to the receiving_node passed as an argument.
Definition iaf_psc_delta.h:373
double get_V_m_() const
Read out the real membrane potential.
Definition iaf_psc_delta.h:348
State_ S_
Definition iaf_psc_delta.h:362
Buffers_ B_
Definition iaf_psc_delta.h:364
void update(Time const &, const long, const long) override
Advance the state of the node in time through the given interval.
Definition iaf_psc_delta.cpp:273
Parameters_ P_
Instances of private data structures for the different types of data pertaining to the model.
Definition iaf_psc_delta.h:361
Variables_ V_
Definition iaf_psc_delta.h:363
static RecordablesMap< iaf_psc_delta > recordablesMap_
Mapping of recordables names to access functions.
Definition iaf_psc_delta.h:368
iaf_psc_delta()
Definition iaf_psc_delta.cpp:204
void set_status(const Dictionary &) override
Change properties of the node according to the entries in the dictionary.
Definition iaf_psc_delta.h:420
void handle(SpikeEvent &) override
Handle incoming spike events.
Definition iaf_psc_delta.cpp:333
friend class UniversalDataLogger< iaf_psc_delta >
Definition iaf_psc_delta.h:234
virtual size_t handles_test_event(SpikeEvent &, size_t receptor_type)
Check if the node can handle a particular event and receptor type.
Definition node.cpp:271
virtual void handle(SpikeEvent &e)
Handle incoming spike events.
Definition node.cpp:265
const std::string recordables("recordables")
Namespace for the NEST simulation kernel.
Definition beta_normalization_factor.h:33
void register_iaf_psc_delta(const std::string &name)
The present implementation uses individual variables for the components of the state vector and the n...
Definition iaf_psc_delta.cpp:44
size_t synindex
For enumerations of synapse types.
Definition nest_types.h:115
Buffers of the model.
Definition iaf_psc_delta.h:318
UniversalDataLogger< iaf_psc_delta > logger_
Logger for all analog data.
Definition iaf_psc_delta.h:327
RingBuffer currents_
Definition iaf_psc_delta.h:324
RingBuffer spikes_
buffers and summs up incoming spikes/currents
Definition iaf_psc_delta.h:323
Independent parameters of the model.
Definition iaf_psc_delta.h:242
double E_L_
Resting potential in mV.
Definition iaf_psc_delta.h:253
double V_th_
Threshold, RELATIVE TO RESTING POTENTIAL(!).
Definition iaf_psc_delta.h:260
double c_m_
Membrane capacitance in pF.
Definition iaf_psc_delta.h:247
double tau_m_
Membrane time constant in ms.
Definition iaf_psc_delta.h:244
Parameters_()
Sets default parameter values.
Definition iaf_psc_delta.cpp:70
double set(const Dictionary &, Node *node)
Set values from dictionary.
Definition iaf_psc_delta.cpp:110
bool with_refr_input_
spikes arriving during refractory period are counted
Definition iaf_psc_delta.h:269
void get(Dictionary &) const
Store current values in dictionary.
Definition iaf_psc_delta.cpp:96
double V_min_
Lower bound, RELATIVE TO RESTING POTENTIAL(!).
Definition iaf_psc_delta.h:264
double I_e_
External DC current.
Definition iaf_psc_delta.h:256
double V_reset_
reset value of the membrane potential
Definition iaf_psc_delta.h:267
double t_ref_
Refractory period in ms.
Definition iaf_psc_delta.h:250
State variables of the model.
Definition iaf_psc_delta.h:288
double refr_spikes_buffer_
Accumulate spikes arriving during refractory period, discounted for decay until end of refractory per...
Definition iaf_psc_delta.h:298
int r_
Number of refractory steps remaining.
Definition iaf_psc_delta.h:293
double y3_
This is the membrane potential RELATIVE TO RESTING POTENTIAL.
Definition iaf_psc_delta.h:291
State_()
Default initialization.
Definition iaf_psc_delta.cpp:83
void set(const Dictionary &, const Parameters_ &, double, Node *)
Set values from dictionary.
Definition iaf_psc_delta.cpp:178
double y0_
Definition iaf_psc_delta.h:289
void get(Dictionary &, const Parameters_ &) const
Definition iaf_psc_delta.cpp:172
Internal variables of the model.
Definition iaf_psc_delta.h:336
int RefractoryCounts_
Definition iaf_psc_delta.h:341
double P30_
Definition iaf_psc_delta.h:338
double P33_
Definition iaf_psc_delta.h:339