SchedulingStrategy#

class iqm.pulse.timebox.SchedulingStrategy(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)#

Bases: Enum

Different scheduling strategies for the contents of composite TimeBoxes.

Module: iqm.pulse.timebox

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.