scheduling_summary function¶
(Shortest import: from brian2 import scheduling_summary)
-
brian2.core.network.scheduling_summary(net=None)[source]¶ Returns a
SchedulingSummaryobject, representing the scheduling information for all objects included in the givenNetwork(or the “magic” network, if none is specified). The returned objects can be printed or converted to a string to give an ASCII table representation of the schedule. In a Jupyter notebook, the output can be displayed as a HTML table.- Parameters
net :
Network, optionalThe network for which the scheduling information should be displayed. Defaults to the “magic” network.
- Returns
summary :
SchedulingSummaryAn object that represents the scheduling information.