qiskit.pulse.instructions.Call.insert¶
- Call.insert(start_time, schedule, name=None)¶
Return a new
Schedule
withschedule
inserted withinself
atstart_time
.- 매개변수
start_time (
int
) – Time to insert the schedule scheduleschedule (Union['Schedule', 'Instruction']) – Schedule or instruction to insert
name (
Optional
[str
]) – Name of the new schedule. Defaults to name of self
- 반환
A new schedule with
schedule
inserted with this instruction at t=0.- 반환 형식