CfgHeatSink#

class pyedb.configuration.cfg_package_definition.CfgHeatSink(/, **data: Any)#

Bases: pyedb.configuration.cfg_common.CfgBaseModel

Configuration heat sink class.

Overview#

get_attributes

Return non-null attribute dict (CfgBase compatibility).

model_config

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

fin_base_height

fin_height

fin_orientation

fin_spacing

fin_thickness

Import detail#

from pyedb.configuration.cfg_package_definition import CfgHeatSink

Attribute detail#

CfgHeatSink.model_config#

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

CfgHeatSink.fin_base_height: Any | None = None#
CfgHeatSink.fin_height: Any | None = None#
CfgHeatSink.fin_orientation: str | None = None#
CfgHeatSink.fin_spacing: Any | None = None#
CfgHeatSink.fin_thickness: Any | None = None#

Method detail#

CfgHeatSink.get_attributes(exclude=None)#

Return non-null attribute dict (CfgBase compatibility).