assign_em_losses#
- Mechanical.assign_em_losses(design='HFSSDesign1', setup='Setup1', sweep='LastAdaptive', map_frequency=None, surface_objects=None, source_project_name=None, parameters=None, assignment=None)#
Map EM losses to a Mechanical design.
- Parameters:
- design
str,optional Name of the design of the source mapping. The default is
"HFSSDesign1".- 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
"LastAdaptive".- map_frequency
str,optional Frequency to map. The default is
None. The value must beNonefor Eigenmode analysis.- surface_objects
list,optional List objects in the source that are metals. The default is
None.- 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
list,optional The default is
None.
- design
- Returns:
References
>>> oModule.AssignEMLoss