CARLsim  6.1.0
CARLsim: a GPU-accelerated SNN simulator
ConductanceConfig_s Struct Reference

#include <snn_datastructures.h>

Public Member Functions

 ConductanceConfig_s ()
 

Public Attributes

float dAMPA
 multiplication factor for decay time of AMPA conductance (gAMPA[i] *= dAMPA) More...
 
float dGABAa
 multiplication factor for decay time of GABAa More...
 
float dGABAb
 multiplication factor for decay time of GABAb More...
 
float dNMDA
 multiplication factor for decay time of NMDA More...
 
float rGABAb
 multiplication factor for rise time of GABAb More...
 
float rNMDA
 multiplication factor for rise time of NMDA More...
 
float sGABAb
 scaling factor for GABAb amplitude More...
 
float sNMDA
 scaling factor for NMDA amplitude More...
 

Detailed Description

Definition at line 196 of file snn_datastructures.h.

Constructor & Destructor Documentation

◆ ConductanceConfig_s()

ConductanceConfig_s ( )
inline

Definition at line 197 of file snn_datastructures.h.

Member Data Documentation

◆ dAMPA

float dAMPA

Definition at line 197 of file snn_datastructures.h.

◆ dGABAa

float dGABAa

Definition at line 215 of file snn_datastructures.h.

◆ dGABAb

float dGABAb

Definition at line 217 of file snn_datastructures.h.

◆ dNMDA

float dNMDA

Definition at line 213 of file snn_datastructures.h.

◆ rGABAb

float rGABAb

Definition at line 216 of file snn_datastructures.h.

◆ rNMDA

float rNMDA

Definition at line 212 of file snn_datastructures.h.

◆ sGABAb

float sGABAb

Definition at line 218 of file snn_datastructures.h.

◆ sNMDA

float sNMDA

Definition at line 214 of file snn_datastructures.h.


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