Hello everyone,
I am doing modal analysis using Workbench, I added APDL code to extract the first mode value from the text file using the next code:
*CFOPEN,1st_mode,TXT,C:\Users\hp\Desktop\New folder
*VWRITE,Fd1
(F18.10)
*CFCLOSE
Unfortunately, this code didn't work properly, and the next...