Load Collector Values

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

Hi,

   Below are the load collector images of two Hypermesh models... I need to retrieve V1 and V2 value in one model and N1,N2,N3 in the other model.. What are those actually? and How do I retrieve it through tcl.

 

 

Answers

  • tinh
    tinh Altair Community Member
    edited December 2015

    Hi,

    open template file and search for 'V1', 'V2', if you find template variables for them (normaly start with '$') you can retrieve values by hm_getentityvalue

    also, you can retrieve them by hm_attribute..., but first looking for attribute index of V1, V2 in template (defined by *defineattribute...)