NetworkOperation class¶
(Shortest import: from brian2 import NetworkOperation)
-
class
brian2.core.operations.NetworkOperation(function, dt=None, clock=None, when='start', order=0, name='networkoperation*')[source]¶ Bases:
brian2.core.base.BrianObjectObject with function that is called every time step.
Attributes
functionThe function to be called each time step Methods
run()Details
-
function¶ The function to be called each time step
-