import_config#
- Configurations.import_config(config_file, *args)#
Import configuration settings from a JSON or TOML file and apply it to the current design. The sections to be applied are defined with the
configuration.options
class. The import operation result is saved in theconfiguration.results
class.