Configuration Component
This is the configuration file :
Stores default values, such as workspace path, project/subcircuit info, and configuration paths.
Loads configuration files (like config.ini).
Reads from workspace.txt to determine the current workspace.
Provides helper functions to log messages (info, warning, error).
Tracks spawned processes and UI elements like dock widgets.
Note
Source : /src/configuration/Appconfig.py
- class configuration.Appconfig.Appconfig(*args: Any, **kwargs: Any)
All configuration goes here. May change in future for code optimization.
This class also contains function for - Printing error. - Showing warnings. - Displaying information.