fnss.traffic.eventscheduling.EventSchedule.pop

EventSchedule.pop(i)[source]

Remove from the schedule the event in a specific position

Parameters:

i : int

The index of the event to pop

Returns:

event : tuple (time, event)

The event popped from the schedule