Configurations#

class pyaedt.generic.configurations.Configurations(app)[source]#

Enables export and import of a JSON configuration file that can be applied to a new or existing design.

Methods

Configurations.export_config([config_file, ...])

Export current design properties to a JSON or TOML file.

Configurations.import_config(config_file, *args)

Import configuration settings from a JSON or TOML file and apply it to the current design.

Configurations.validate(config)

Validate a configuration file against the schema. The default schema