-
-
May 18, 2020 at 7:47 am
user deleted
SubscriberHow to get parameter value from an existing table heading? Here is my code:
Â
*dim,test,table,3,2,1,x,y
Â
*do,i,1,3
*do,j,1,2
test(i,0)=10*i
test(0,j)=j
test(i,j)=100*i+10*j
*enddo
*enddo
Â
v1=test(1,1)
h=test(0,1)
Â
Here I get v1 = 110 (OK) and h = 110 (??)
-
July 10, 2023 at 2:40 pm
Jayasankar Gopalakrishnapillai
SubscriberHi How to save scalar Parameters generated in a do loop and store in an array for each of the calculation in do loop
Â
-
Viewing 1 reply thread
- The topic ‘Extracting parameter value from table heading in APDL’ is closed to new replies.
Ansys Innovation Space
Trending discussions
Top Contributors
-
3472
-
1057
-
1051
-
934
-
902
Top Rated Tags
© 2025 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.