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

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

#include <jonke_synapse.h>

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

Public Member Functions

 JonkeCommonProperties ()
 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 alpha_
 
double beta_
 
double lambda_
 
double mu_plus_
 
double mu_minus_
 
double tau_plus_
 
double Wmax_
 

Detailed Description

Class containing the common properties for all synapses of type dopamine connection.

Constructor & Destructor Documentation

◆ JonkeCommonProperties()

nest::JonkeCommonProperties::JonkeCommonProperties ( )

Default constructor.

Sets all property values to defaults.

Member Function Documentation

◆ get_status()

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

Get all properties and put them into a dictionary.

References nest::names::alpha(), alpha_, nest::names::beta(), beta_, 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::JonkeCommonProperties::set_status ( const Dictionary &  d,
ConnectorModel &  cm 
)

Set properties from the values given in dictionary.

References nest::names::alpha(), alpha_, nest::names::beta(), beta_, 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::JonkeCommonProperties::alpha_

◆ beta_

◆ lambda_

◆ mu_minus_

double nest::JonkeCommonProperties::mu_minus_

◆ mu_plus_

double nest::JonkeCommonProperties::mu_plus_

◆ tau_plus_

double nest::JonkeCommonProperties::tau_plus_

◆ Wmax_

double nest::JonkeCommonProperties::Wmax_

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