-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGABAA.mod
More file actions
21 lines (21 loc) · 830 Bytes
/
GABAA.mod
File metadata and controls
21 lines (21 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
NEURON { POINT_PROCESS GABAA }
: GABA SYNAPSE (GABA-A receptors)
:
: Parameters estimated from whole cell recordings of GABA-A synaptic currents
: from dentate granule cells: Otis TS and Mody I (1992) Modulation of decay
: kinetics and frequency of GABA_A receptor-mediated spontaneous inhibitory
: postsynaptic currents in hippocampal neurons. Neurosci. 49: 13-32.
:
: GABALOW was created to allow the use two types of GABA-A currents in the
: same simulation.
PARAMETER {
Cdur = 1.0 (ms) : transmitter duration (rising phase)
Alpha = 0.53 (/ms mM) : forward (binding) rate
Beta = 0.18 (/ms) : backward (unbinding) rate
Erev = -75 (mV) : reversal potential
Deadtime = 1. (ms) : mimimum time between release events
GMAX = 1 (uS) : maximum conductance
DELAY = 2
}
INCLUDE "netcon.inc"
:** AMPA