NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | Public Attributes | List of all members
nest::STDPPLHomCommonProperties Class Reference

Class containing the common properties for all synapses of type STDPConnectionHom. More...

#include <stdp_pl_connection_hom.h>

Inheritance diagram for nest::STDPPLHomCommonProperties:
nest::CommonSynapseProperties

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...
 
Nodeget_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_
 

Detailed Description

Class containing the common properties for all synapses of type STDPConnectionHom.

Constructor & Destructor Documentation

nest::STDPPLHomCommonProperties::STDPPLHomCommonProperties ( )

Default constructor.

Sets all property values to defaults.

Member Function Documentation

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_.

Member Data Documentation

double_t nest::STDPPLHomCommonProperties::alpha_
double_t nest::STDPPLHomCommonProperties::lambda_
double_t nest::STDPPLHomCommonProperties::mu_
double_t nest::STDPPLHomCommonProperties::tau_plus_

The documentation for this class was generated from the following files: