SummedVariableUpdater class¶
(Shortest import: from brian2.synapses.synapses import SummedVariableUpdater)
-
class
brian2.synapses.synapses.SummedVariableUpdater(expression, target_varname, synapses, target, target_size_name, index_var)[source]¶ Bases:
brian2.groups.group.CodeRunnerThe
CodeRunnerthat updates a value in the target group with the sum over values in theSynapsesobject.Methods
before_run(run_namespace)Optional method to prepare the object before a run. Details
-
before_run(run_namespace)[source]¶ Optional method to prepare the object before a run.
Called by
Network.after_runbefore the main simulation loop starts.
-