23#ifndef COMMON_SYNAPSE_PROPERTIES_H
24#define COMMON_SYNAPSE_PROPERTIES_H
Dictionary class for interface to Python and C++ API.
Definition dictionary.h:213
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
weight_recorder * weight_recorder_
Definition common_synapse_properties.h:88
~CommonSynapseProperties()
Definition common_synapse_properties.cpp:42
void calibrate(const TimeConverter &)
Calibrate all time objects, which might be contained in this object.
Definition common_synapse_properties.cpp:76
CommonSynapseProperties()
Standard constructor.
Definition common_synapse_properties.cpp:37
void set_status(const Dictionary &d, ConnectorModel &cm)
Set properties from the values given in dictionary.
Definition common_synapse_properties.cpp:53
long get_vt_node_id() const
Get node ID of volume transmitter.
Definition common_synapse_properties.h:92
weight_recorder * get_weight_recorder() const
Get weight_recorder.
Definition common_synapse_properties.h:98
Definition connector_model.h:69
Class to convert times from one representation to another.
Definition nest_timeconverter.h:42
Definition weight_recorder.h:93
const std::string weight_recorder("weight_recorder")
Namespace for the NEST simulation kernel.
Definition beta_normalization_factor.h:33
Declarations for base class Node.