hpcflow.app.ElementOutputs#
- class hpcflow.app.ElementOutputs(element_iteration=None, element_action=None, element_action_run=None)#
Bases:
ElementOutputs
The outputs from an element.
- Parameters:
element_iteration (ElementIteration) – Which iteration does this refer to?
element_action (ElementAction) – Which action does this refer to?
element_action_run (ElementActionRun) – Which EAR does this refer to?
Methods
Attributes
A mapping between input types and associated labels.
A description of the prefixed names.
- property prefixed_names_unlabelled: Dict[str, List[str]]#
A mapping between input types and associated labels.
If the schema input for a given input type has multiple=False (even if a label is defined), the values for that input type will be an empty list.
- property prefixed_names_unlabelled_str#
A description of the prefixed names.