23#ifndef COMMON_PROPERTIES_HOM_W_H
24#define COMMON_PROPERTIES_HOM_W_H
Dictionary class for interface to Python and C++ API.
Definition dictionary.h:213
Class containing the common properties for all synapses with common weight.
Definition common_properties_hom_w.h:36
void set_status(const Dictionary &d, ConnectorModel &cm)
Set properties from the values given in dictionary.
Definition common_properties_hom_w.h:61
void get_status(Dictionary &d) const
Definition common_properties_hom_w.h:45
CommonPropertiesHomW()
Definition common_properties_hom_w.h:38
double weight_
Definition common_properties_hom_w.h:69
double get_weight() const
Definition common_properties_hom_w.h:52
Class containing the common properties for all connections of a certain type.
Definition common_synapse_properties.h:50
void get_status(Dictionary &d) const
Get all properties and put them into a dictionary.
Definition common_synapse_properties.cpp:47
void set_status(const Dictionary &d, ConnectorModel &cm)
Set properties from the values given in dictionary.
Definition common_synapse_properties.cpp:53
Definition connector_model.h:69
const std::string weight("weight")
Namespace for the NEST simulation kernel.
Definition beta_normalization_factor.h:33