atef.procedure.PydmDisplayStep
- class atef.procedure.PydmDisplayStep(name: str | None = None, description: str | None = None, parent: ~atef.procedure.ProcedureGroup | None = None, verify_required: bool = True, step_success_required: bool = True, display: ~pathlib.Path = <factory>, options: ~atef.procedure.DisplayOptions = <factory>)[source]
A procedure step which a opens a PyDM display.
- Attributes:
- description
- name
- parent
Methods
Whether or not the step can be verified.
children
()Return children of this group, as a tree view might expect
Methods
- __init__(name: str | None = None, description: str | None = None, parent: ~atef.procedure.ProcedureGroup | None = None, verify_required: bool = True, step_success_required: bool = True, display: ~pathlib.Path = <factory>, options: ~atef.procedure.DisplayOptions = <factory>) None
- allow_verify() bool
Whether or not the step can be verified. To be further expanded or overloaded in subclass,
Attributes
- description: str | None = None
A description of narrative explanation of setup steps, what is to happen, etc.
- parent: ProcedureGroup | None = None
The hierarchical parent of this step.
- options: DisplayOptions
Options for displaying.