Skip to content

How to get the frequency response results of the acceleration of a NamedSelection node #1279

Closed Answered by PProfizi
hrntsm asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @hrntsm,
You can indeed convert a post.Dataframe to a np.array as shown in this example. The caveat is that since NumPy arrays do not have column or row labels, you must first select a column of interest before exporting it.
As for plotting graphs, we do not have yet this capability native for the post.Dataframe so for now the best way is to perform selections and filtering on the Dataframe, then query Dataframe.array, and then plot this data using Matplotlib or Plotly.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@PProfizi
Comment options

Answer selected by hrntsm
@hrntsm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants