HFSS Set Solution Type Options #2927
-
Probably a simple solution but I can't find the answer in the documentation or examples. I'm trying to set up HFSS and define the solution type as 'HFSS with Hybrid and Arrays', 'Modal' solution, with the 'Composite Excitation' option. All I can seem to do is change either 'Modal' or 'Terminal' using the following: hfss=pyaedt.Hfss(projectname=project_name, designname=design_name ,solution_type="Modal") where I've tried changing "Modal" after solution_type to other strings, such as "Terminal" (this works fine), "HFSS with Hybrid and Arrays" (does not do anything), and "Composite Excitation" (also does not do anything). This leads me to believe that I'm not using the correct method to set these solution types/options, but as I mentioned in the beginning of this post I cannot find how to do this in the documentation or in any of the provided examples. I'm hoping someone can point me to what I need to do here. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
If it helps, I'm looking for the pyaedt equivalent of: oDesign.SetSolutionType("HFSS Hybrid Modal Composite", but I can't find anything in the documentation |
Beta Was this translation helpful? Give feedback.
-
@rjwilliams84 you need the following code:
Maybe we need to better document it. If you didn't find maybe is not clearly explained. @MaxJPRey Maybe can you take care of it? |
Beta Was this translation helpful? Give feedback.
@rjwilliams84 you need the following code:
Maybe we need to better document it. If you didn't find maybe is not clearly explained. @MaxJPRey Maybe can you take care of it?