Hi, in my Static Structural Analysis I added an APDL command snippet and an after-post Python (in CPython language) code object in solution branch.
With the APDL script I saved some numeric results data as csv file subsequently read and manipulated with the Python code object generating a new array.
Then, I would need to set it as new output parameter so that it will appear (and obviously its value as well) in the output parameter set for the optimization analsysis, but I don't know how to do it.
Thank you