import_config#

Configurations.import_config(config_file, *args)[source]#

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 the configuration.results class.

Parameters:
config_filestr

Full path to json file.

Returns:
dict, bool

Config dictionary.