qiskit.pulse.instructions.TimeBlockade.append¶
- TimeBlockade.append(schedule, name=None)¶
Return a new
Schedule
withschedule
inserted at the maximum time over all channels shared betweenself
andschedule
.- Parameter
schedule (Union['Schedule', 'Instruction']) – Schedule or instruction to be appended
name (Optional[str]) – Name of the new schedule. Defaults to name of self
- Rückgabe
A new schedule with
schedule
a this instruction at t=0.- Rückgabetyp