NetworkOperation class
(Shortest import: from brian2 import NetworkOperation)
-
class brian2.core.operations.NetworkOperation(*args, **kw)[source]
Bases: BrianObject
Object with function that is called every time step.
Attributes
function
|
The function to be called each time step |
Methods
Details
-
function
The function to be called each time step
-
run()[source]