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