SchedulingStrategy#

Module: iqm.pulse.timebox

class iqm.pulse.timebox.SchedulingStrategy(value)#

Bases: Enum

Different scheduling strategies for the contents of composite TimeBoxes.

Attributes

ASAP

TimeBox contents are scheduled as soon as possible within the box.

ALAP

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

Inheritance diagram of iqm.pulse.timebox.SchedulingStrategy