CfgGeneral#
- class pyedb.configuration.cfg_general.CfgGeneral(pedb=None, data=None, **kwargs)#
Bases:
pydantic.BaseModelFluent builder for the
generalsection.
Overview#
Write general design-option settings into the open EDB design. |
|
Read general design-option settings from EDB. |
|
Write general configuration into the open EDB design. |
|
Read general settings from EDB. |
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict]. |
|
Import detail#
from pyedb.configuration.cfg_general import CfgGeneral
Attribute detail#
- CfgGeneral.model_config#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Method detail#
- CfgGeneral.set_parameters_to_edb()#
Write general design-option settings into the open EDB design.
- CfgGeneral.get_parameters_from_edb()#
Read general design-option settings from EDB.
- CfgGeneral.apply()#
Write general configuration into the open EDB design.
- CfgGeneral.get_data_from_db()#
Read general settings from EDB.