CUBA

Contents

CUBA#

class brainpy.dyn.CUBA(name=None, scaling=None)[source]#

Current-based synaptic output.

Given the conductance, this model outputs the post-synaptic current with a identity function:

\[I_{\mathrm{syn}}(t) = g_{\mathrm{syn}}(t)\]
Parameters:
  • name (str) – The model name.

  • scaling (brainpy.Scaling) – The scaling object.

See also

COBA

update(conductance, potential=None)[source]#

The function to specify the updating rule.