Bengali
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.pulse.instructions.ShiftFrequency.insert

ShiftFrequency.insert(start_time, schedule, name=None)

Return a new Schedule with schedule inserted within self at start_time.

প্যারামিটার
  • start_time (int) -- Time to insert the schedule schedule

  • schedule (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.

রিটার্ন টাইপ

Schedule