28 virtual void Load(CStdXml &oXml);
30 #pragma region Accessor-Mutators
32 void EquilibriumPotential(
double dVal);
33 double EquilibriumPotential();
35 void MaxSynapticConductance(
double dVal);
36 double MaxSynapticConductance();
38 void PreSynapticThreshold(
double dVal);
39 double PreSynapticThreshold();
41 void PreSynapticSaturationLevel(
double dVal);
42 double PreSynapticSaturationLevel();
46 virtual bool SetData(
const std::string &strDataType,
const std::string &strValue,
bool bThrowError =
true);
47 virtual void QueryProperties(CStdPtrArray<TypeProperty> &aryProperties);
double m_dEquil
The equilibruim potential.
Integrate and fire neural module.
double m_dThreshV
The threshold voltage.
double m_dSynAmp
base syn amp, before vd or hebb
double m_dSaturateV
The saturation voltage.
Non-spiking chemical synapse type.
Contains all of the classes to implement a basic integrate and fire neural model. ...