def alpha_n(self, V): """Channel gating kinetics. Functions of membrane voltage""" return 0.01*(V+55.0)/(1.0 - sp.exp(-(V+55.0) / 10.0))