Block

Contents

Block#

class iqm.pulse.playlist.instructions.Block(duration)#

Bases: Instruction

Behave strictly as if outputting zero-valued samples for the duration of the instruction.

Used to block a control channel during compilation. A more strict version of Wait, cannot be replaced with DD sequences during compilation. Converted to a Wait instruction at the end of compilation process.

In “Tetris” scheduling, several Block instructions can overlap in time, whereas Waits cannot.

Module: iqm.pulse.playlist.instructions

Attributes

duration

Time duration of the instruction.

Methods

Parameters:

duration (int) –