Ion

Contents

Ion#

class brainpy.dyn.Ion(size, keep_size=False, method='exp_auto', name=None, mode=None, **channels)[source]#

The brainpy_object calcium dynamics.

Parameters:
  • size (TypeVar(Shape, int, Tuple[int, ...])) – The size of the simulation target.

  • method (str) – The numerical integration method.

  • name (Optional[str]) – The name of the object.

  • channels – The calcium dependent channels.

master_type#

alias of HHTypedNeuron