24#ifndef iaf_psc_exp_htum_H
25#define iaf_psc_exp_htum_H
345 e.set_sender( *
this );
346 return target.handles_test_event( e, receptor_type );
352 if ( receptor_type != 0 )
362 if ( receptor_type != 0 )
372 if ( receptor_type != 0 )
393 const double delta_EL = ptmp.
set( d,
this );
395 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_exp_htum.h:146
void get_status(Dictionary &) const override
Export properties of the node by setting entries in the status dictionary.
Definition iaf_psc_exp_htum.h:381
void pre_run_hook() override
Re-calculate dependent parameters of the node.
Definition iaf_psc_exp_htum.cpp:230
void init_buffers_() override
Configure persistent internal data structures.
Definition iaf_psc_exp_htum.cpp:220
iaf_psc_exp_htum()
Definition iaf_psc_exp_htum.cpp:198
double get_I_syn_ex_() const
Definition iaf_psc_exp_htum.h:312
Parameters_ P_
Instances of private data structures for the different types of data pertaining to the model.
Definition iaf_psc_exp_htum.h:330
friend class UniversalDataLogger< iaf_psc_exp_htum >
Definition iaf_psc_exp_htum.h:181
Buffers_ B_
Definition iaf_psc_exp_htum.h:333
double get_I_syn_in_() const
Definition iaf_psc_exp_htum.h:317
double get_V_m_() const
Read out the real membrane potential.
Definition iaf_psc_exp_htum.h:307
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_exp_htum.h:342
void update(Time const &, const long, const long) override
Advance the state of the node in time through the given interval.
Definition iaf_psc_exp_htum.cpp:296
void handle(SpikeEvent &) override
Handle incoming spike events.
Definition iaf_psc_exp_htum.cpp:351
static RecordablesMap< iaf_psc_exp_htum > recordablesMap_
Mapping of recordables names to access functions.
Definition iaf_psc_exp_htum.h:337
void set_status(const Dictionary &) override
Change properties of the node according to the entries in the dictionary.
Definition iaf_psc_exp_htum.h:390
Variables_ V_
Definition iaf_psc_exp_htum.h:332
size_t handles_test_event(SpikeEvent &, size_t) override
Check if the node can handle a particular event and receptor type.
Definition iaf_psc_exp_htum.h:350
State_ S_
Definition iaf_psc_exp_htum.h:331
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_exp_htum(const std::string &name)
Definition iaf_psc_exp_htum.cpp:45
size_t synindex
For enumerations of synapse types.
Definition nest_types.h:115
Buffers of the model.
Definition iaf_psc_exp_htum.h:264
UniversalDataLogger< iaf_psc_exp_htum > logger_
Logger for all analog data.
Definition iaf_psc_exp_htum.h:274
RingBuffer currents_
Definition iaf_psc_exp_htum.h:271
RingBuffer spikes_in_
Definition iaf_psc_exp_htum.h:270
RingBuffer spikes_ex_
buffers and sums up incoming spikes/currents
Definition iaf_psc_exp_htum.h:269
Independent parameters of the model.
Definition iaf_psc_exp_htum.h:189
Parameters_()
Sets default parameter values.
Definition iaf_psc_exp_htum.cpp:66
double tau_ex_
Time constant of excitatory synaptic current in ms.
Definition iaf_psc_exp_htum.h:214
double V_reset_
reset value of the membrane potential
Definition iaf_psc_exp_htum.h:211
double Theta_
Threshold, RELATIVE TO RESTING POTENTIAL(!).
Definition iaf_psc_exp_htum.h:208
double E_L_
Resting potential in mV.
Definition iaf_psc_exp_htum.h:201
double C_
Membrane capacitance in pF.
Definition iaf_psc_exp_htum.h:194
void get(Dictionary &) const
Store current values in dictionary.
Definition iaf_psc_exp_htum.cpp:95
double Tau_
Membrane time constant in ms.
Definition iaf_psc_exp_htum.h:191
double tau_in_
Time constant of inhibitory synaptic current in ms.
Definition iaf_psc_exp_htum.h:217
double set(const Dictionary &, Node *node)
Set values from dictionary.
Definition iaf_psc_exp_htum.cpp:110
double tau_ref_tot_
Refractory period in ms.
Definition iaf_psc_exp_htum.h:197
double I_e_
External current in pA.
Definition iaf_psc_exp_htum.h:204
double tau_ref_abs_
Definition iaf_psc_exp_htum.h:198
State variables of the model.
Definition iaf_psc_exp_htum.h:235
int r_abs_
absolute refractory counter (no membrane potential propagation)
Definition iaf_psc_exp_htum.h:243
double V_m_
membrane potential, variable 2
Definition iaf_psc_exp_htum.h:240
double i_0_
synaptic dc input current, variable 0
Definition iaf_psc_exp_htum.h:237
double i_syn_ex_
postsynaptic current for exc. inputs, variable 1
Definition iaf_psc_exp_htum.h:238
State_()
Default initialization.
Definition iaf_psc_exp_htum.cpp:80
void get(Dictionary &, const Parameters_ &) const
Definition iaf_psc_exp_htum.cpp:166
int r_tot_
total refractory counter (no spikes can be generated)
Definition iaf_psc_exp_htum.h:244
double i_syn_in_
postsynaptic current for inh. inputs, variable 1
Definition iaf_psc_exp_htum.h:239
void set(const Dictionary &, const Parameters_ &, double delta_EL, Node *)
Set values from dictionary.
Definition iaf_psc_exp_htum.cpp:172
Internal variables of the model.
Definition iaf_psc_exp_htum.h:283
double P20_
Amplitude of the synaptic current.
Definition iaf_psc_exp_htum.h:292
double P21in_
Definition iaf_psc_exp_htum.h:296
int RefractoryCountsTot_
Definition iaf_psc_exp_htum.h:300
double P21ex_
Definition iaf_psc_exp_htum.h:295
double P22_
Definition iaf_psc_exp_htum.h:297
int RefractoryCountsAbs_
Definition iaf_psc_exp_htum.h:299
double P11ex_
Definition iaf_psc_exp_htum.h:293
double P11in_
Definition iaf_psc_exp_htum.h:294