Hyperview - Get list of components and ids
Find more posts tagged with
Sort by:
1 - 3 of
31
Can some would suggest me script for read and write all the subcase names and their respective ids, for now to get all subcases names, I am using-
hwi GetSessionHandle mySessionName
mySessionName GetDataFileHandle myDataFile $op2File
set subcase_list [myDataFile GetSubcaseList]
puts 'subcase_list $subcase_list'
can some suggest script or code to find all Subcases ids with minimal changes in above.
https://community.altair.com/community?id=community_question&sys_id=10664cf61b2bd0908017dc61ec4bcbef
For subcase names, pass result_handle GetSubcaseLabel $n_subcaseID
Hi,
It's fairly direct.