Block#
- class iqm.pulse.playlist.instructions.Block(duration)#
Bases:
InstructionBehave 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 aWaitinstruction at the end of compilation process.In “Tetris” scheduling, several Block instructions can overlap in time, whereas Waits cannot.
Module:
iqm.pulse.playlist.instructionsAttributes
durationTime duration of the instruction.
Methods
- Parameters:
duration (int)