SchedulingStrategy#
Module: iqm.pulse.timebox
- class iqm.pulse.timebox.SchedulingStrategy(value)#
Bases:
EnumDifferent scheduling strategies for the contents of composite TimeBoxes.
Attributes
TimeBox contents are scheduled as soon as possible within the box.
TimeBox contents are scheduled as late as possible within the box.
Methods
- ASAP = 'ASAP'#
TimeBox contents are scheduled as soon as possible within the box.
- ALAP = 'ALAP'#
TimeBox contents are scheduled as late as possible within the box.
Inheritance
