23 #ifndef COMMON_PROPERTIES_HOM_W_H
24 #define COMMON_PROPERTIES_HOM_W_H
84 #endif // COMMON_PROPERTIES_HOM_W_H
void set_status(const DictionaryDatum &d, ConnectorModel &cm)
Set properties from the values given in dictionary.
Definition: common_synapse_properties.cpp:42
const Name d("d")
Specific to Izhikevich 2003.
Definition: nest_names.h:83
double_t get_weight() const
Definition: common_properties_hom_w.h:64
const Name weight("weight")
Connection parameters.
Definition: nest_names.h:344
void get_status(DictionaryDatum &d) const
Get all properties and put them into a dictionary.
Definition: common_properties_hom_w.h:58
CommonPropertiesHomW()
Default constructor.
Definition: common_properties_hom_w.h:53
double double_t
Double precision floating point numbers.
Definition: nest.h:93
Class containing the common properties for all connections of a certain type.
Definition: common_synapse_properties.h:44
void get_status(DictionaryDatum &d) const
Get all properties and put them into a dictionary.
Definition: common_synapse_properties.cpp:40
void set_status(const DictionaryDatum &d, ConnectorModel &cm)
Set properties from the values given in dictionary.
Definition: common_properties_hom_w.h:69
Definition: connector_model.h:38
Class containing the common properties for all synapses with common weight.
Definition: common_properties_hom_w.h:45
double_t weight_
Definition: common_properties_hom_w.h:78