360 e.set_sender( *
this );
362 return target.handles_test_event( e, receptor_type );
369 if ( receptor_type != 0 )
379 if ( receptor_type != 0 )
389 if ( receptor_type != 0 )
410 const double delta_EL = ptmp.
set( d,
this );
412 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 mat2_psc_exp.h:154
Parameters_ P_
Instances of private data structures for the different types of data pertaining to the model.
Definition mat2_psc_exp.h:345
void pre_run_hook() override
Re-calculate dependent parameters of the node.
Definition mat2_psc_exp.cpp:241
void handle(SpikeEvent &) override
Handle incoming spike events.
Definition mat2_psc_exp.cpp:360
friend class UniversalDataLogger< mat2_psc_exp >
Definition mat2_psc_exp.h:188
size_t handles_test_event(SpikeEvent &, size_t) override
Check if the node can handle a particular event and receptor type.
Definition mat2_psc_exp.h:367
mat2_psc_exp()
Definition mat2_psc_exp.cpp:207
double get_V_m_() const
Read out state variables, used by UniversalDataLogger.
Definition mat2_psc_exp.h:327
Buffers_ B_
Definition mat2_psc_exp.h:348
void set_status(const Dictionary &) override
Change properties of the node according to the entries in the dictionary.
Definition mat2_psc_exp.h:407
Variables_ V_
Definition mat2_psc_exp.h:347
double get_V_th_() const
Definition mat2_psc_exp.h:332
void init_buffers_() override
Configure persistent internal data structures.
Definition mat2_psc_exp.cpp:229
size_t send_test_event(Node &, size_t, synindex, bool) override
Send an event to the receiving_node passed as an argument.
Definition mat2_psc_exp.h:357
static RecordablesMap< mat2_psc_exp > recordablesMap_
Mapping of recordables names to access functions.
Definition mat2_psc_exp.h:352
State_ S_
Definition mat2_psc_exp.h:346
void update(Time const &, const long, const long) override
Advance the state of the node in time through the given interval.
Definition mat2_psc_exp.cpp:307
void get_status(Dictionary &) const override
Export properties of the node by setting entries in the status dictionary.
Definition mat2_psc_exp.h:397
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_mat2_psc_exp(const std::string &name)
The present implementation uses individual variables for the components of the state vector and the n...
Definition mat2_psc_exp.cpp:46
size_t synindex
For enumerations of synapse types.
Definition nest_types.h:115
Buffers of the model.
Definition mat2_psc_exp.h:279
UniversalDataLogger< mat2_psc_exp > logger_
Logger for all analog data.
Definition mat2_psc_exp.h:289
RingBuffer spikes_in_
Definition mat2_psc_exp.h:285
RingBuffer spikes_ex_
buffers and sums up incoming spikes/currents
Definition mat2_psc_exp.h:284
RingBuffer currents_
Definition mat2_psc_exp.h:286
Independent parameters of the model.
Definition mat2_psc_exp.h:196
void get(Dictionary &) const
Store current values in dictionary.
Definition mat2_psc_exp.cpp:102
double tau_ex_
Time constant of excitatory synaptic current in ms.
Definition mat2_psc_exp.h:213
Parameters_()
Sets default parameter values.
Definition mat2_psc_exp.cpp:68
double tau_ref_
Refractory period in ms.
Definition mat2_psc_exp.h:204
double tau_1_
Short and long time constant of adaptive threshold.
Definition mat2_psc_exp.h:219
double E_L_
Resting potential in mV.
Definition mat2_psc_exp.h:207
double alpha_2_
Definition mat2_psc_exp.h:224
double tau_in_
Time constant of inhibitory synaptic current in ms.
Definition mat2_psc_exp.h:216
double omega_
Resting threshold in mV (relative to resting potential).
Definition mat2_psc_exp.h:230
double alpha_1_
Amplitudes of threshold adaption.
Definition mat2_psc_exp.h:223
double set(const Dictionary &, Node *node)
Set values from dictionary.
Definition mat2_psc_exp.cpp:119
double Tau_
Membrane time constant in ms.
Definition mat2_psc_exp.h:198
double I_e_
External current in pA.
Definition mat2_psc_exp.h:210
double tau_2_
Definition mat2_psc_exp.h:220
double C_
Membrane capacitance in pF.
Definition mat2_psc_exp.h:201
State variables of the model.
Definition mat2_psc_exp.h:248
double V_th_2_
long time adaptive threshold (related to tau_2_), variable 2
Definition mat2_psc_exp.h:257
double V_m_
membrane potential, variable 2
Definition mat2_psc_exp.h:253
void get(Dictionary &, const Parameters_ &) const
Definition mat2_psc_exp.cpp:165
double i_syn_in_
postsynaptic current for inh. inputs, variable 1
Definition mat2_psc_exp.h:252
double V_th_1_
short time adaptive threshold (related to tau_1_), variable 1
Definition mat2_psc_exp.h:255
int r_
total refractory counter (no spikes can be generated)
Definition mat2_psc_exp.h:259
State_()
Default initialization.
Definition mat2_psc_exp.cpp:86
void set(const Dictionary &, const Parameters_ &, double, Node *)
Set values from dictionary.
Definition mat2_psc_exp.cpp:174
double i_0_
synaptic dc input current, variable 0
Definition mat2_psc_exp.h:250
double i_syn_ex_
postsynaptic current for exc. inputs, variable 1
Definition mat2_psc_exp.h:251
Internal variables of the model.
Definition mat2_psc_exp.h:298
double P11th_
Definition mat2_psc_exp.h:318
double P22_expm1_
Definition mat2_psc_exp.h:313
double P21ex_
Definition mat2_psc_exp.h:311
double P11in_
Definition mat2_psc_exp.h:310
double P22th_
Definition mat2_psc_exp.h:319
int RefractoryCountsTot_
Definition mat2_psc_exp.h:321
double P20_
Amplitude of the synaptic current.
Definition mat2_psc_exp.h:308
double P21in_
Definition mat2_psc_exp.h:312
double P11ex_
Definition mat2_psc_exp.h:309