Hi
Sorry for too many questions. I appreciate your help.
I am using python to write out an INP file like below. The Element field output was written for every step. I am wondering if it is possible to only write Element field Output in the first step and let it propagate automatically to subsequent steps. So I still have all the step results, I just don't need to write the keyword in every step. How to do it? The reason I am doing this is because I have so many steps, and I need to modify field element output. I only want to change it in the first step. I don't want to change it in every step.Thanks for your help.
myModel.fieldOutputRequests.changeKey(fromName='F-Output-1', toName='Selected Field Output')
myModel.fieldOutputRequests['Selected Field Output'].setValues(variables=(
'S', 'MISES', 'TRIAX', 'E', 'PE', 'PEEQ', 'PEEQMAX', 'PEMAG', 'EE',
'IE', 'THE', 'U', 'SF','P', 'HP', 'NT', 'TEMP', 'VOIDR', 'POR', 'FV'))