CfgTrace#

class pyedb.configuration.cfg_modeler.CfgTrace(/, **data: Any)#

Bases: pyedb.configuration.cfg_common.CfgBaseModel

Represent one trace primitive scheduled for creation.

Overview#

model_config

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

name

layer

path

width

net_name

start_cap_style

end_cap_style

corner_style

incremental_path

Import detail#

from pyedb.configuration.cfg_modeler import CfgTrace

Attribute detail#

CfgTrace.model_config#

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

CfgTrace.name: str#
CfgTrace.layer: str#
CfgTrace.path: list[list[float | int | str]] = None#
CfgTrace.width: str#
CfgTrace.net_name: str = ''#
CfgTrace.start_cap_style: str = 'round'#
CfgTrace.end_cap_style: str = 'round'#
CfgTrace.corner_style: str = 'sharp'#
CfgTrace.incremental_path: list[list[float | int | str]] = None#