query setting on hyperview(h3d) file and automatization

Hello everyone,
im newbie on Hyperworks(2022.1) and try to developing Calculation Tool of Influence of Stress to Iron Losses in PMSMs. im trying to create Stress Table of every node with query function and automize with TCL Commend(so that i can calculate Stress of all kind of Motors in certain RPM). but actually Commends should be written on TCL Console whenever i do some Action on Hyperworks but it is not. and try to find a query Commend on Help Desk but no Idea. can you help me how to make TCL Query commend for generating Stress Table(csv or txt) and get automated?
Thanks
Junhyeong Kang
Answers
-
Dear @Junhyeong Kang,
in case this is still needed:
TCL Console in HV will not log commands. But HyperWorks Command Language (HWC) can do this. Activate HWC Console from View dropdown. You can use HWC command sin TCL scripts with upfront wrapper command "hwc " (with space character) at the start of the line.
W.r.t. querying data and export to CSV, these 2 Community articles should be helpful:
I hope this helps!Best Regards,
Sebastian Karp0