EoN.Simulation_Investigation.get_statuses

Simulation_Investigation.get_statuses(nodelist=None, time=None)[source]

returns the status of nodes at a given time.

Arguments:
nodelist iterable (default None):
Some sort of iterable of nodes. If default value, then returns statuses of all nodes.
time float (default None)
the time of interest. if default value, then returns initial time
Returns:
status dict
A dict whose keys are the nodes in nodelist giving their status at time.