Instruction.append

Instruction.append(schedule, name=None)[source]

Return a new Schedule with schedule inserted at the maximum time over all channels shared between self and schedule.

Parameters
  • schedule (ScheduleComponent) – schedule to be appended

  • name (Optional[str]) – Name of the new schedule. Defaults to name of self

Return type

Schedule