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.
When defining a ionChannelPassive, one has to specify a 'conductance' value. However, the mod file generated by jnml creates the following code:
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.