COBA

Contents

COBA#

class brainpy.dyn.COBA(E, sharding=None, name=None, scaling=None)[source]#

Conductance-based synaptic output.

Given the synaptic conductance, the model output the post-synaptic current with

\[I_{syn}(t) = g_{\mathrm{syn}}(t) (E - V(t))\]
Parameters:

See also

CUBA

update(conductance, potential)[source]#

The function to specify the updating rule.