Skip to content

conductance value for passive channel unused #29

@wvangeit

Description

@wvangeit

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    🆕 New

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions