|
NEST
2.6.0,not_revisioned_source_dir@0
|
Class containing the common properties for all synapses of type STDPConnectionHom. More...
#include <stdp_pl_connection_hom.h>
Public Member Functions | |
| STDPPLHomCommonProperties () | |
| 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_ |
Class containing the common properties for all synapses of type STDPConnectionHom.
| nest::STDPPLHomCommonProperties::STDPPLHomCommonProperties | ( | ) |
Default constructor.
Sets all property values to defaults.
| void nest::STDPPLHomCommonProperties::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_, and tau_plus_.
| void nest::STDPPLHomCommonProperties::set_status | ( | const DictionaryDatum & | d, |
| ConnectorModel & | cm | ||
| ) |
Set properties from the values given in dictionary.
References alpha_, nest::names::d, lambda_, mu_, nest::CommonSynapseProperties::set_status(), and tau_plus_.
| double_t nest::STDPPLHomCommonProperties::alpha_ |
Referenced by nest::STDPPLConnectionHom< targetidentifierT >::depress_(), get_status(), and set_status().
| double_t nest::STDPPLHomCommonProperties::lambda_ |
| double_t nest::STDPPLHomCommonProperties::mu_ |
Referenced by nest::STDPPLConnectionHom< targetidentifierT >::facilitate_(), get_status(), and set_status().
| double_t nest::STDPPLHomCommonProperties::tau_plus_ |
Referenced by get_status(), nest::STDPPLConnectionHom< targetidentifierT >::send(), and set_status().
1.8.7