Skip to content
Snippets Groups Projects
Unverified Commit d6be1525 authored by Sebastian Schmitt's avatar Sebastian Schmitt Committed by GitHub
Browse files

State and fix unit of conductance in point process NMODL (#1497)

parent 4c603b69
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ NEURON {
UNITS {
(mV) = (millivolt)
(uS) = (microsiemens)
}
PARAMETER {
......@@ -16,7 +17,7 @@ PARAMETER {
ASSIGNED {}
STATE {
g
g (uS)
}
INITIAL {
......
......@@ -18,7 +18,7 @@ PARAMETER {
Apre = 0.01 : pre-synaptic contribution
Apost = -0.01 : post-synaptic contribution
e = 0 (mV) : reversal potential
max_weight = 10 (nS) : maximum synaptic conductance
max_weight = 10 (uS) : maximum synaptic conductance
}
STATE {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment