matflow.ElementAction#
- class matflow.ElementAction(element_iteration, action_idx, runs)#
Bases:
ElementAction
Methods
Get parameter types associated with a given prefix.
Attributes
- property action#
- property action_idx#
- app = App(name='MatFlow', version='0.3.0a129')#
- property element#
- property element_iteration#
- get(path=None, run_idx=-1, default=None, raise_on_missing=False, raise_on_unset=False)#
- get_parameter_names(prefix)#
Get parameter types associated with a given prefix.
For inputs, labels are ignored. See Action.get_parameter_names for more information.
- get_parameter_sources(path=None, run_idx=-1, typ=None, as_strings=False, use_task_index=False)#
- property input_files#
- property inputs#
- property num_runs#
- property output_files#
- property outputs#
- property runs#
- property task#