🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Load Collector Values

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

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.

 

 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "tinh"
    Altair Community Member
    Updated by tinh

    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...)