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_listlist
designstr, optional

Name of the design with the source mapping. The default is "IcepakDesign1".

setupstr, optional

Name of the EM setup. The default is "Setup1".

sweepstr, optional

Name of the EM sweep to use for the mapping. The default is "SteadyState".

source_project_namestr, optional

Name of the source project. The default is None, in which case the source from the same project is used.

parameterslist, optional

List of all parameters in the EM to map. The default is None.

Returns:
aedt.modules.Boundary.Boundary object

Boundary object.

References

>>> oModule.AssignThermalCondition