414 e.set_sender( *
this );
416 return target.handles_test_event( e, receptor_type );
423 if ( receptor_type != 0 )
433 if ( receptor_type != 0 )
443 if ( receptor_type != 0 )
465 stmp.
set( d, ptmp,
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
Base class for RNG engine wrappers.
Definition random_generators.h:67
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 gif_psc_exp.h:202
size_t handles_test_event(SpikeEvent &, size_t) override
Check if the node can handle a particular event and receptor type.
Definition gif_psc_exp.h:421
gif_psc_exp()
Definition gif_psc_exp.cpp:239
void set_status(const Dictionary &) override
Change properties of the node according to the entries in the dictionary.
Definition gif_psc_exp.h:460
double get_I_syn_ex_() const
Definition gif_psc_exp.h:381
void handle(SpikeEvent &) override
Handle incoming spike events.
Definition gif_psc_exp.cpp:392
Variables_ V_
Definition gif_psc_exp.h:402
Buffers_ B_
Definition gif_psc_exp.h:403
double get_E_sfa_() const
Read out the adaptive threshold potential.
Definition gif_psc_exp.h:368
size_t send_test_event(Node &, size_t, synindex, bool) override
Send an event to the receiving_node passed as an argument.
Definition gif_psc_exp.h:411
double get_I_syn_in_() const
Definition gif_psc_exp.h:387
Parameters_ P_
Instances of private data structures for the different types of data pertaining to the model.
Definition gif_psc_exp.h:400
friend class UniversalDataLogger< gif_psc_exp >
Definition gif_psc_exp.h:237
double get_I_stc_() const
Read out the spike triggered current.
Definition gif_psc_exp.h:375
State_ S_
Definition gif_psc_exp.h:401
void update(Time const &, const long, const long) override
Advance the state of the node in time through the given interval.
Definition gif_psc_exp.cpp:315
static RecordablesMap< gif_psc_exp > recordablesMap_
Mapping of recordables names to access functions.
Definition gif_psc_exp.h:407
void pre_run_hook() override
Re-calculate dependent parameters of the node.
Definition gif_psc_exp.cpp:271
double get_V_m_() const
Read out the real membrane potential.
Definition gif_psc_exp.h:361
void get_status(Dictionary &) const override
Export properties of the node by setting entries in the status dictionary.
Definition gif_psc_exp.h:451
void init_buffers_() override
Configure persistent internal data structures.
Definition gif_psc_exp.cpp:261
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_gif_psc_exp(const std::string &name)
Definition gif_psc_exp.cpp:41
size_t synindex
For enumerations of synapse types.
Definition nest_types.h:115
Buffers of the model.
Definition gif_psc_exp.h:321
RingBuffer spikes_ex_
buffers and sums up incoming spikes/currents
Definition gif_psc_exp.h:326
RingBuffer currents_
Definition gif_psc_exp.h:328
RingBuffer spikes_in_
Definition gif_psc_exp.h:327
UniversalDataLogger< gif_psc_exp > logger_
Logger for all analog data.
Definition gif_psc_exp.h:331
Independent parameters of the model.
Definition gif_psc_exp.h:245
double E_L_
Definition gif_psc_exp.h:247
double V_T_star_
Definition gif_psc_exp.h:250
double c_m_
Membrane capacitance in pF.
Definition gif_psc_exp.h:257
double t_ref_
1/ms
Definition gif_psc_exp.h:254
void set(const Dictionary &, Node *node)
Set values from dictionary.
Definition gif_psc_exp.cpp:128
std::vector< double > q_sfa_
List of adaptive threshold jumps in mV.
Definition gif_psc_exp.h:272
double g_L_
Definition gif_psc_exp.h:246
std::vector< double > tau_sfa_
List of adaptive threshold time constant in ms.
Definition gif_psc_exp.h:269
std::vector< double > q_stc_
List of spike triggered current jumps in nA.
Definition gif_psc_exp.h:266
std::vector< double > tau_stc_
We use stc and sfa, respectively instead of eta and gamma (mentioned in the references).
Definition gif_psc_exp.h:263
double I_e_
External DC current.
Definition gif_psc_exp.h:281
double tau_in_
Time constant of inhibitory synaptic current in ms.
Definition gif_psc_exp.h:278
double lambda_0_
Definition gif_psc_exp.h:251
double Delta_V_
Definition gif_psc_exp.h:249
double tau_ex_
Time constant of excitatory synaptic current in ms.
Definition gif_psc_exp.h:275
Parameters_()
Sets default parameter values.
Definition gif_psc_exp.cpp:70
void get(Dictionary &) const
Store current values in dictionary.
Definition gif_psc_exp.cpp:108
double V_reset_
Definition gif_psc_exp.h:248
State variables of the model.
Definition gif_psc_exp.h:295
void set(const Dictionary &, const Parameters_ &, Node *)
Definition gif_psc_exp.cpp:220
double I_syn_ex_
Postsynaptic current for exc.
Definition gif_psc_exp.h:304
void get(Dictionary &, const Parameters_ &) const
Definition gif_psc_exp.cpp:212
double sfa_
Change of the 'threshold' due to adaptation.
Definition gif_psc_exp.h:298
double V_
Membrane potential.
Definition gif_psc_exp.h:297
double I_stim_
Piecewise constant external current.
Definition gif_psc_exp.h:296
double stc_
Spike triggered current.
Definition gif_psc_exp.h:299
unsigned int r_ref_
Absolute refractory counter (no membrane potential propagation)
Definition gif_psc_exp.h:307
std::vector< double > sfa_elems_
Vector of adaptation parameters.
Definition gif_psc_exp.h:301
double I_syn_in_
Postsynaptic current for inh.
Definition gif_psc_exp.h:305
State_()
Default initialization.
Definition gif_psc_exp.cpp:90
std::vector< double > stc_elems_
Vector of spike triggered parameters.
Definition gif_psc_exp.h:302
Internal variables of the model.
Definition gif_psc_exp.h:340
double P31_
Definition gif_psc_exp.h:343
std::vector< double > P_sfa_
Definition gif_psc_exp.h:349
double P33_
Definition gif_psc_exp.h:342
double P21in_
Definition gif_psc_exp.h:347
std::vector< double > P_stc_
Definition gif_psc_exp.h:350
RngPtr rng_
Definition gif_psc_exp.h:352
double P11in_
Definition gif_psc_exp.h:345
double P11ex_
Definition gif_psc_exp.h:344
unsigned int RefractoryCounts_
Definition gif_psc_exp.h:354
double P21ex_
Definition gif_psc_exp.h:346
double P30_
Definition gif_psc_exp.h:341