I am attaching the CAE model and python script file to generate the model.
The model gets solved as per the requirement.
Now, I want to access the outputs like frequency for various modes etc. These are typically shown as legends in the graph on the right view-port. They are also accessible in a table in .dat file generated in the working directory.
Typically, for static analysis cases, I have been able to access the outputs by defining and reading, the field outputs. But this doesnt happen for the frequency case?
How can I access these results though the python API?