end module
Define a command to indicate end of the linac.
- class End(line: DatLine, dat_idx: int | None = None, **kwargs: str)
Bases:
CommandThe end of the linac.
- set_influenced_elements(*args, **kwargs: float) None
Determine the index of the element concerned by
apply().
- apply(instructions: list[Instruction], **kwargs: float) list[Instruction]
Remove everything in
instructionsafter this object.
- _abc_impl = <_abc._abc_data object at 0x7f36f984b240>