|
__init__(self,
kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
reset(self)
Delete current state based on given trajectory |
source code
|
|
|
|
|
calc_tau(self,
target,
pt)
Calculate tau of target variable directly from a given single point
containing only the state variables. |
source code
|
|
|
calc_inf(self,
target,
pt)
Calculate inf of target variable directly from a given single point
containing only the state variables. |
source code
|
|
|
|
|
|
|
calc_Is(self)
Calculate currents from given trajectory |
source code
|
|
|
calc_psis(self)
Calculate Psis from given trajectory |
source code
|
|
|
|
|
|
|
reduced_Vode_system(self,
vars)
Doesn't allow fast vars to be algebraic - better solution is to use
ModelTransforms |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|