SiReNe Simulation Software  1.0
SynapseModel Struct Reference

Description of a synaptic model. More...

#include <Sirene.h>

Data Fields

SynapticCurrentType CurrentType
 Synaptic current type. More...
 
int NumberOfParameters
 Number of parameters (-1 when there is no connection between the models) More...
 
int NumberOfVariables
 Number of variables. More...
 
int NumberOfConnections
 Number of connections between the two models. More...
 
double Conductance
 Synaptic conductance. More...
 
double * Parameters
 Parameters array. More...
 

Detailed Description


Field Documentation

◆ Conductance

double SynapseModel::Conductance

Referenced by main(), and SynapticCurrent().

◆ CurrentType

SynapticCurrentType SynapseModel::CurrentType

◆ NumberOfConnections

int SynapseModel::NumberOfConnections

◆ NumberOfParameters

int SynapseModel::NumberOfParameters

◆ NumberOfVariables

int SynapseModel::NumberOfVariables

Referenced by main(), and SynapseModelPrint().

◆ Parameters

double* SynapseModel::Parameters

The documentation for this struct was generated from the following file: