UserDefinedDynamicsResultModel#
- class UserDefinedDynamicsResultModel[source]#
Bases:
NamedResultsCollectionModelModel for handling results of user-defined dynamics.
Inherits from NamedResultsCollectionModel.
Attributes
- get_download_file_list_method: Callable, optional#
- Default:
<function NamedResultsCollectionModel.<lambda> at 0x75cbd36e5a20>
Properties
- udd_names#
Get the list of user-defined dynamics names.
Methods
- get_udd_by_name(name)[source]#
Get user-defined dynamics by name.
- Parameters:
name (str) – The name of the user-defined dynamics.
- Returns:
The UserDefinedDynamicsCSVModel corresponding to the given name.
- Return type:
UserDefinedDynamicsCSVModel
- Raises:
Flow360ValueError – If the user-defined dynamics with the provided name is not found.