StateUpdater class¶
(Shortest import: from brian2.groups.neurongroup import StateUpdater)
-
class
brian2.groups.neurongroup.StateUpdater(group, method, method_options=None)[source]¶ Bases:
brian2.groups.group.CodeRunnerThe
CodeRunnerthat updates the state variables of aNeuronGroupat every timestep.Methods
update_abstract_code(run_namespace)Update the abstract code for the code object. Details