NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::STDPHomCommonProperties Class Reference

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

#include <stdp_synapse_hom.h>

Inheritance diagram for nest::STDPHomCommonProperties:
[legend]
Collaboration diagram for nest::STDPHomCommonProperties:
[legend]

Public Member Functions

 STDPHomCommonProperties ()
 Default constructor.
 
void get_status (Dictionary &d) const
 Get all properties and put them into a dictionary.
 
void set_status (const Dictionary &d, ConnectorModel &cm)
 Set properties from the values given in dictionary.
 
- Public Member Functions inherited from nest::CommonSynapseProperties
 CommonSynapseProperties ()
 Standard constructor.
 
 ~CommonSynapseProperties ()
 
void get_status (Dictionary &d) const
 Get all properties and put them into a dictionary.
 
void set_status (const Dictionary &d, ConnectorModel &cm)
 Set properties from the values given in dictionary.
 
void calibrate (const TimeConverter &)
 Calibrate all time objects, which might be contained in this object.
 
long get_vt_node_id () const
 Get node ID of volume transmitter.
 
weight_recorder * get_weight_recorder () const
 Get weight_recorder.
 

Public Attributes

double tau_plus_
 
double lambda_
 
double alpha_
 
double mu_plus_
 
double mu_minus_
 
double Wmax_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ STDPHomCommonProperties()

nest::STDPHomCommonProperties::STDPHomCommonProperties ( )

Default constructor.

Sets all property values to defaults.

Member Function Documentation

◆ get_status()

void nest::STDPHomCommonProperties::get_status ( Dictionary &  d) const

Get all properties and put them into a dictionary.

References nest::names::alpha(), alpha_, nest::CommonSynapseProperties::get_status(), nest::names::lambda(), lambda_, nest::names::mu_minus(), mu_minus_, nest::names::mu_plus(), mu_plus_, nest::names::tau_plus(), tau_plus_, nest::names::Wmax(), and Wmax_.

Here is the call graph for this function:

◆ set_status()

void nest::STDPHomCommonProperties::set_status ( const Dictionary &  d,
ConnectorModel &  cm 
)

Set properties from the values given in dictionary.

References nest::names::alpha(), alpha_, nest::names::lambda(), lambda_, nest::names::mu_minus(), mu_minus_, nest::names::mu_plus(), mu_plus_, nest::CommonSynapseProperties::set_status(), nest::names::tau_plus(), tau_plus_, nest::names::Wmax(), and Wmax_.

Here is the call graph for this function:

Member Data Documentation

◆ alpha_

double nest::STDPHomCommonProperties::alpha_

◆ lambda_

◆ mu_minus_

double nest::STDPHomCommonProperties::mu_minus_

◆ mu_plus_

double nest::STDPHomCommonProperties::mu_plus_

◆ tau_plus_

double nest::STDPHomCommonProperties::tau_plus_

◆ Wmax_


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