-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Milestone
Description
When defining a ionChannelPassive, one has to specify a 'conductance' value. However, the mod file generated by jnml creates the following code:
BREAKPOINT {
rates()
fopen = 1 ? evaluable
g = conductance ? evaluable
gion = gmax * fopen
i = gion * (v - e)
}
So it looks like the 'conductance' parameter is not used in the equations. Only the gmax set by a channelDensity is used. This can be confusing, also because somebody might read the 'g' value from the channel and interpret it as it's true conductance.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
🆕 New