read_toml#

ansys.aedt.core.generic.file_utils.read_toml(input_file: str | Path) dict#

Read a TOML file and return as a dictionary.

Parameters:
input_filestr or pathlib.Path

Full path to the TOML file.

Returns:
dict

Parsed TOML file as a dictionary.