HeatSink#
- class ansys.edb.core.utility.heat_sink.HeatSink(fin_thickness=0, fin_spacing=0, fin_base_height=0, fin_height=0, fin_orientation=HeatSinkFinOrientation.X_ORIENTED)#
Represents a heat sink.
- Attributes:
- fin_thicknessValueLike
Fin thickness of the heat sink.
- fin_spacingValueLike
Fin spacing of the heat sink.
- fin_base_heightValueLike
Base elevation of the the heat sink.
- fin_heightValueLike
Fin height of the heat sink.
- fin_orientation
HeatSinkFinOrientation
Fin orientation of the heat sink if it is not set to the X axis.
Methods