Configuration#
- class pyedb.configuration.configuration.Configuration(pedb)[source]#
Enables export and import of a JSON configuration file that can be applied to a new or existing design.
Methods
Configuration.export
(file_path[, stackup, ...])Export the configuration data from layout to a file.
Configuration.get_data_from_db
(**kwargs)Get configuration data from layout.
Configuration.load
(config_file[, append, ...])Import configuration settings from a configure file.
Configuration.run
(**kwargs)Apply configuration settings to the current design