
I'm trying to extract modal damping data from a result file using PyDPF.
I was able to get frequencies using metadata.time_freq_support.
However, I also want to get the following data shown in the Ansys Modal Analysis table:
Damped frequency
Stability
Modal damping ratio
Logarithmic decrement
Is there any way to extract all of these using PyDPF?
If not directly available, is there a way to compute them using PyDPF operators?