Erik Kostson
Ansys Employee

 

You can add act code like this say to create parameter of largest defection which is the first result on the solution tree (this is just for reference so you need to adjust as needed):

    myMax = ExtAPI.DataModel.Project.Model.Analyses[0].Solution.Children[1]
    myMax.CreateParameter(‘Maximum’)

 

All the best

Erik