HeatSink#

class pyedb.dotnet.database.utilities.heatsink.HeatSink(pedb, edb_object=None)#

Heatsink model description.

Parameters:
pedbpyedb.dotnet.edb.Edb

Inherited object.

edb_objectAnsys.Ansoft.Edb.Utility.HeatSink,

Overview#

fin_base_height

The base elevation of the fins.

fin_height

The fin height.

fin_orientation

The fin orientation.

fin_spacing

The fin spacing.

fin_thickness

The fin thickness.

Import detail#

from pyedb.dotnet.database.utilities.heatsink import HeatSink

Property detail#

property HeatSink.fin_base_height: float#

The base elevation of the fins.

Returns:
float
property HeatSink.fin_height: float#

The fin height.

Returns:
float
property HeatSink.fin_orientation: str#

The fin orientation.

Returns:
str, can be either x_oriented”, “y_oriented” or “other_oriented”
property HeatSink.fin_spacing: float#

The fin spacing.

Returns:
float
property HeatSink.fin_thickness: float#

The fin thickness.

Returns:
float