NEST
2.6.0,not_revisioned_source_dir@0
|
Class containing the common properties for all synapses of type STDPConnectionHom. More...
#include <stdp_connection_hom.h>
Public Member Functions | |
STDPHomCommonProperties () | |
Default constructor. More... | |
void | get_status (DictionaryDatum &d) const |
Get all properties and put them into a dictionary. More... | |
void | set_status (const DictionaryDatum &d, ConnectorModel &cm) |
Set properties from the values given in dictionary. More... | |
Public Member Functions inherited from nest::CommonSynapseProperties | |
CommonSynapseProperties () | |
Standard constructor. More... | |
~CommonSynapseProperties () | |
Destructor. More... | |
void | get_status (DictionaryDatum &d) const |
Get all properties and put them into a dictionary. More... | |
void | set_status (const DictionaryDatum &d, ConnectorModel &cm) |
Set properties from the values given in dictionary. More... | |
void | calibrate (const TimeConverter &) |
Calibrate all time objects, which might be contained in this object. More... | |
Node * | get_node () |
get reference to registering node More... | |
long_t | get_vt_gid () const |
Public Attributes | |
double_t | tau_plus_ |
double_t | lambda_ |
double_t | alpha_ |
double_t | mu_plus_ |
double_t | mu_minus_ |
double_t | Wmax_ |
Class containing the common properties for all synapses of type STDPConnectionHom.
nest::STDPHomCommonProperties::STDPHomCommonProperties | ( | ) |
Default constructor.
Sets all property values to defaults.
void nest::STDPHomCommonProperties::get_status | ( | DictionaryDatum & | d | ) | const |
Get all properties and put them into a dictionary.
References alpha_, nest::names::d, nest::CommonSynapseProperties::get_status(), lambda_, mu_minus_, mu_plus_, tau_plus_, and Wmax_.
void nest::STDPHomCommonProperties::set_status | ( | const DictionaryDatum & | d, |
ConnectorModel & | cm | ||
) |
Set properties from the values given in dictionary.
References alpha_, nest::names::d, lambda_, mu_minus_, mu_plus_, nest::CommonSynapseProperties::set_status(), tau_plus_, and Wmax_.
double_t nest::STDPHomCommonProperties::alpha_ |
Referenced by nest::STDPConnectionHom< targetidentifierT >::depress_(), get_status(), and set_status().
double_t nest::STDPHomCommonProperties::lambda_ |
double_t nest::STDPHomCommonProperties::mu_minus_ |
Referenced by nest::STDPConnectionHom< targetidentifierT >::depress_(), get_status(), and set_status().
double_t nest::STDPHomCommonProperties::mu_plus_ |
Referenced by nest::STDPConnectionHom< targetidentifierT >::facilitate_(), get_status(), and set_status().
double_t nest::STDPHomCommonProperties::tau_plus_ |
Referenced by get_status(), nest::STDPConnectionHom< targetidentifierT >::send(), and set_status().
double_t nest::STDPHomCommonProperties::Wmax_ |