Instruction.append¶
- Instruction.append(schedule, name=None)[source]¶
Return a new
Schedule
withschedule
inserted at the maximum time over all channels shared betweenself
andschedule
.- Parameters
schedule (
ScheduleComponent
) – schedule to be appendedname (
Optional
[str
]) – Name of the new schedule. Defaults to name of self
- Return type