hexagon logo

Export Vibration results via Python

Hello,
 
I am working with the Vibration plugin and I am struggling to access and export the results of my analyses via Python code.
I am not working in batch modus.
 
What I currently do is that I plot my results in the post processor and export the plots to get the raw data out of Adams.
I would like to avoid this step and directly export my data with some code.
 
I am able to do that for time data (accessing the different vectors with the results) but I am having problems to locate the frequency domain data and do the same.
 
When I plot the data, the X and Y expressions are:
X: FVA_SampleFrequencies(.Model.MyVibrationAnalysis.fva_ref) hz
Y: FVA_TransferFunc_byInputOutput(.Model.MyVibrationAnalysis.fva_ref, .Model.InputChannel, .Model.OutputChannel, 1)
 
Thanks in advance for the help!
Chris