Nothing

Contents

Nothing#

Module: iqm.pulse.playlist.schedule

class iqm.pulse.playlist.schedule.Nothing(duration)#

Bases: Instruction

Used to extend a control channel in time, without blocking it, during scheduling.

Can overlap with any other Instruction. Converted to a Wait instruction at the end of scheduling.

Attributes

duration

Time duration of the instruction.

Methods

Parameters:

duration (int)

Inheritance

Inheritance diagram of iqm.pulse.playlist.schedule.Nothing