qiskit.pulse.ScheduleBlock.insert¶
-
ScheduleBlock.
insert
(start_time, block, name=None, inplace=True)[source]¶ This method will be removed. Temporarily added for backward compatibility.
Note
This method is not supported and being deprecated.
- Parameters
start_time (
int
) – Time to insert the schedule.block (
Union
[Schedule
,Instruction
]) – Schedule to insert.name (
Optional
[str
]) – Name of the new schedule. Defaults to the name of self.inplace (
bool
) – Perform operation inplace on this schedule. Otherwise return a newSchedule
.
- Raises
PulseError – When this method is called. This method is not supported.