How do I create a template to extract responses for nodes in HyperGraph?


For example, I'm doing a frf on a 17-node model and I want to get the magnitude-and-phase response separated by columns and by nodes from all nodes, how do I create a pattern to just run it without having to extract the answer node by node? For models with more elements this takes a lot of time.

Find more posts tagged with

Sort by:
1 - 2 of 21

    Hi,

    Can you please elaborate on your query?.

    If you are looking for magnitude and phase response for each node in a text file, you need to create 17 output request for 17 nodes and 17 sets which contains each node with OPTI as format and form as BOTH.

    <?xml version="1.0" encoding="UTF-8"?>frf.PNG

    Thanks, but in fact it would be in the HyperGraph part of my doubt. When I have a 17-node model, the FRF response in HyperGraph is divided by nodes, so I have 17 answers and I have to save one by one because if I select all to export to csv file it stays one underneath the other and I would like they were in columns so I could extract the data I need more easily. And I also wish they could be saved at once but in different files, as if I were creating a code to extract each response from each node, but all at once.