qiskit.pulse.instructions.Delay.shift¶ Delay.shift(time, name=None)¶ Return a new schedule shifted forward by time. 매개변수 time (int) – Time to shift by name (Optional[str]) – Name of the new schedule. Defaults to name of self 반환 The shifted schedule. 반환 형식 Schedule