Hi ,
I am trying to query Young's Moduls, Poisson's ratio of a material Ansys profile.
The following command doesn't seem to work -
set E [hm_getvalue materials id=$mat_id dataname=E]; set Nu [hm_getvalue materials id=$mat_id dataname=Nu];
I also tried the following

Is there any way I can successfuly query all the attributes assigned to the material, irrespective of solver setings?
Thanks!