SubexpressionUpdater class¶
(Shortest import: from brian2.groups.neurongroup import SubexpressionUpdater)
-
class
brian2.groups.neurongroup.SubexpressionUpdater(group, subexpressions, when='before_start')[source]¶ Bases:
brian2.groups.group.CodeRunnerThe
CodeRunnerthat updates the state variables storing the values of subexpressions that have been marked as “constant over dt”.