SchedulingSummary class¶
(Shortest import: from brian2.core.network import SchedulingSummary)
-
class
brian2.core.network.SchedulingSummary(objects)[source]¶ Bases:
objectObject representing the schedule that is used to simulate the objects in a network. Objects of this type are returned by
scheduling_summary(), they should not be created manually by the user.