write_configuration_file#
- ansys.aedt.core.generic.file_utils.write_configuration_file(input_data: dict, output_file: str | Path) bool #
Create a configuration file in JSON or TOML format from a dictionary.
- Parameters:
- input_data
dict
Dictionary to write the file to.
- output_file
str
orpathlib.Path
Full path to the file, including its extension.
- input_data
- Returns:
- bool
True
when successful,False
when failed.