analyze_from_initial_mesh() #1670
-
I did not see any input parameter for analyze_from_initial_mesh() _Hfss.analyze_from_initial_mesh() Returns: How could I send it parameter to do that on a specific setup? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @wdmaiansys , Please for future questions, go to the Ansys developer portal: https://discuss.ansys.com/ If you find a bug or a new feature, please submit an Issue in Github. About your question, the setup is specified with this property: hfss.analysis_setup You could change the 'nominal' setup like: And then if you use this operation "analyze_from_initial_mesh()" will apply to "MyNewSetup". I agree this could improve, please submit an issue. |
Beta Was this translation helpful? Give feedback.
Hi @wdmaiansys ,
Please for future questions, go to the Ansys developer portal: https://discuss.ansys.com/
If you find a bug or a new feature, please submit an Issue in Github.
About your question, the setup is specified with this property:
hfss.analysis_setup
You could change the 'nominal' setup like:
app.analysis_setup = "MyNewSetup"
And then if you use this operation "analyze_from_initial_mesh()" will apply to "MyNewSetup". I agree this could improve, please submit an issue.