qiskit.pulse.ScheduleBlock.shift¶
-
ScheduleBlock.
shift
(time, 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
time (
int
) – Time to shift by.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.