get_ombd_files_specification_from_input#

static OMDBFilesProvider.get_ombd_files_specification_from_input(input: Path | str | List[Path | str] | ParametricDesignStudyManager | None)#

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

Parameters:
inputOptional[Union[Union[Path, str], List[Union[Path, str]], BaseSolverManager]]

Input specifying the OMDB files. Can be a path to a folder, a list of paths, or an instance of BaseSolverManager.

Returns:
OMDBFilesSpecificationEnum

The specification of the OMDB files.