40 if (d->known(propname))
42 Datum *dat= (*d)[propname].datum();
46 prop =
static_cast<int>(intdat->
get());
52 prop =
static_cast<int>(doubledat->
get());
62 template<
typename target
identifierT>
74 template<
typename target
identifierT>
80 tau_rec_(rhs.tau_rec_),
81 tau_fac_(rhs.tau_fac_),
87 template<
typename target
identifierT>
90 ConnectionBase::get_status(d);
101 template<
typename target
identifierT>
104 ConnectionBase::set_status(d, cm);
Definition: lockptrdatum.h:40
const Name d("d")
Specific to Izhikevich 2003.
Definition: nest_names.h:83
const Name tau_fac("tau_fac")
facilitation time constant (ms) (Tsodyks2_connection)
Definition: nest_names.h:289
Exception to be thrown if a given SLI type does not match the expected type.
Definition: sliexceptions.h:147
const Name weight("weight")
Connection parameters.
Definition: nest_names.h:344
Represent strings by ints to facilitate fast comparison.
Definition: name.h:53
bool update_value_int(const DictionaryDatum &d, Name propname, int &prop)
Definition: quantal_stp_connection_impl.h:38
const Name a("a")
Specific to Brette & Gerstner 2005 (aeif_cond-*)
Definition: nest_names.h:41
const D & get(void) const
Definition: genericdatum.h:61
const Name dU("U")
Unit increment of the utilization for a facilitating synapse [0...1] (Tsodyks2_connection) ...
Definition: nest_names.h:106
Quantal_StpConnection()
Default Constructor.
Definition: quantal_stp_connection_impl.h:63
const Name tau_rec("tau_rec")
time constant for recovery (ms) (Tsodyks2_connection)
Definition: nest_names.h:296
Declarations for class Network.
Definition: quantal_stp_connection.h:84
Definition: numericdatum.h:40
const Name n("n")
Number of synaptic release sites (int >=0) (Tsodyks2_connection)
Definition: nest_names.h:202
void set_status(const DictionaryDatum &d, ConnectorModel &cm)
Set default properties of this connection from the values given in dictionary.
Definition: quantal_stp_connection_impl.h:102
Base class for representing connections.
Definition: connection.h:85
const Name u("u")
probability of release [0...1] (Tsodyks2_connection)
Definition: nest_names.h:320
void get_status(DictionaryDatum &d) const
Get all properties of this connection and put them into a dictionary.
Definition: quantal_stp_connection_impl.h:88
Definition: connector_model.h:38