-
hello The last command always gives a zero while it should return 1 ? Any help is much appreciated. Erik dde=int(mapdl.get_array('MAT','0',item1='NUM', it1num='MAX')[0])
|
Beta Was this translation helpful? Give feedback.
Answered by
mikerife
Jan 10, 2025
Replies: 2 comments
-
Hi @ekostson |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
germa89
-
@mikerife thanks. For reference in case anyone has same issue, it should be like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ekostson
PyMAPDL get_array is not using the APDL *GET command, it is using *VGET which does not have that option to return material information.
Mike