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.PathFull path to the TOML file. Returns: dictParsed TOML file as a dictionary.