This is the query csv file export tcl script.
*hyperview_qurey.tcl
When you execute the tcl file, a csv file is created in the pwd path. (You need to select the model file and result file in the GUI).
1. you can specify the file in advance through variableization.
The first file is the model file,
the second file is the result file.
2. Set subcase and simualtion through Result browser.
For reference, subcase starts from 1 and simulation starts from 0.
3. enter the node or element ID to extract data.
4 . queryControlHandle$t SetQuery “element.id contour.value”
to extract the contour value of the node/element set.
Example) If it is a Node, it is node.id contour.value.