Best Of
-
Re: STK 4.2: Associated records returned from `bulk_fetch_associated_records` have the wrong `.table`
Just to follow up, we've merged the fix. This will be available in the next release of Scripting Toolkit.5 -
Re: PyMechanical: Opening an existing mechdat file while launching PyMechanical
Hi @"James Derrick" , thank you for your quick response. I have found a way of doing it. Instead of opening an existing file using launch_mechanical directly, I used the run_python_script(.…5 -
Is your scripting up to scratch?
We want to hear from you! What's the most useful Ansys scripting tip you've found? It could be on the forum, in documentation, or anywhere else. It just has to be... * About Ansys * A devel…10 -
Re: Display XY-plot by using PyFluent Visualization
Hi, does this help: https://stackoverflow.com/a/56416229 ?6 -
Re: Ansys Python Chart Output Quantities
Hello @jholder2 A colleague of mine gave me the answer for this. #----------------------------------------------------------------------all_properties=Add_Chart.Properties #Output Quantities starts f…5 -
Why does pyDPF report negative harmonic indices
When listing model data pyDPF shows negative values for Harmonic Index? Number of sets: 30 Cumulative Frequency (Hz) LoadStep Substep Harmonic index 1 670386.325235 1 1 0.000000 2 872361.424038 1 2 0…6 -
Upcoming Changes to the Ansys Developer Forums
All, In the coming weeks we will begin to make updates/changes to the forum UI/UX. While these changes will not be drastic, they will hopefully improve your experience here and make for more usable n…5 -
Re: Variable type annotation error
Resolved the error by specifying type of variables in stepmodel:6 -
Re: How to retrieve WB extensions Log Output as a String in ACT console?
From David Roche's TIG Post: import clrclr.AddReference("Ansys.ACT.Core")from Ansys.ACT.Core.Messages import * print Log.Stream.ToString()5



