OMDBFilesProvider#

class ansys.optislang.parametric.design_study.OMDBFilesProvider(input: Path | str | List[Path | str] | ParametricDesignStudyManager | None = None)#

Provides OMDB to be included in the project.

Methods

OMDBFilesProvider.get_ombd_files_specification_from_input(input)

Determine the specification of the OMDB files based on the input.

OMDBFilesProvider.get_omdb_files()

Get the a tuple of OMDB files to be included in the project.

Attributes

OMDBFilesProvider.input

Input specifying the OMDB files.

OMDBFilesProvider.omdb_files_specification

Specification of the OMDB files.