assign_thermal_map#
- Mechanical.assign_thermal_map(assignment, design='IcepakDesign1', setup='Setup1', sweep='SteadyState', source_project_name=None, parameters=None)#
Map thermal losses to a Mechanical design.
Note
This method works in 2021 R2 only when coupled with Icepak.
- Parameters:
- assignment
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.
- assignment
- Returns:
aedt.modules.boundary.Boundary objectBoundary object.
References
>>> oModule.AssignThermalCondition