assign_thermal_map#
- Mechanical.assign_thermal_map(object_list, design='IcepakDesign1', setup='Setup1', sweep='SteadyState', source_project_name=None, parameters=None)[source]#
Map thermal losses to a Mechanical design.
Note
This method works in 2021 R2 only when coupled with Icepak.
- Parameters:
- object_list
list
- design
str
,optional
Name of the design with the source mapping. The default is
"IcepakDesign1"
.- setup
str
,optional
Name of the EM setup. The default is
"Setup1"
.- sweep
str
,optional
Name of the EM sweep to use for the mapping. The default is
"SteadyState"
.- source_project_name
str
,optional
Name of the source project. The default is
None
, in which case the source from the same project is used.- parameters
list
,optional
List of all parameters in the EM to map. The default is
None
.
- object_list
- Returns:
aedt.modules.boundary.Boundary object
Boundary object.
References
>>> oModule.AssignThermalCondition