concatenate

caqtus.shot_compilation.timed_instructions.concatenate(
*instructions: TimedInstruction,
) TimedInstruction

Concatenates the given instructions into a single instruction.

If not all instructions have the same dtype, the result will have the dtype that can hold all the values of the instructions.

Raises:

ValueError – If there is not at least one instruction provided.