Ansys Learning Forum › Forums › Discuss Simulation › General Mechanical › parameterize solution scale factor › Reply To: parameterize solution scale factor
There is no checkbox in that field, meaning the application is not set up to parameterize it. The only way to do it would by scripting. The script would need to take control of the design point update process, running all design points. It would need to loop on the design points and then before running each one, it could set that field in the GUI.
You can develop a base script in workbench by using "File > Scripting > Record Journal" but a custom design point management script that you would need would require a lot more custom work in addition to what you can record. It may also be possible to insert a command to change the field within the native DP update process using an ACT extenson with
https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v242/en/act_cust_wb/act_cust_wb.html
There are workflow template examples here:
https://catalog.ansys.com/Developers.cshtml
Â