CfgRoughnessModel#

class pyedb.configuration.cfg_stackup.CfgRoughnessModel(/, **data: Any)#

Bases: pydantic.BaseModel

Collect top, bottom, and side roughness models for a layer.

Overview#

enabled

top

bottom

side

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

Import detail#

from pyedb.configuration.cfg_stackup import CfgRoughnessModel

Attribute detail#

CfgRoughnessModel.enabled: bool | None = False#
CfgRoughnessModel.top: CfgHurayRoughnessModel | CfgGroisseRoughnessModel | None = None#
CfgRoughnessModel.bottom: CfgHurayRoughnessModel | CfgGroisseRoughnessModel | None = None#
CfgRoughnessModel.side: CfgHurayRoughnessModel | CfgGroisseRoughnessModel | None = None#
CfgRoughnessModel.model_config#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].