MODIFY, SET, LSTEP, ITER, CUMIT, TIME, Ktitle
Changes the listed values of the data in a set.
SETSet of data in results file to be modified.
LSTEPThe new load step number.
ITERThe new load substep number.
CUMITThe new cumulative iteration.
TIMEThe new time/frequency value.
KtitleIndicates if the set title should be modified.
0  | —  | Keep the original title.  | 
1  | —  | Change the title to the title specified with the most current /TITLE command.  | 
Use this command to change the listed values in a data set in a results file. Using this command does not change any actual model data; it affects only the values listed in the results file.
For example, if you start with the following results file:
SET TIME/FREQ LOAD STEP SUBSTEP CUMULATIVE 1 1.0000 1 1 1 first load set 2 2.0000 2 1 2 second load set 3 3.0000 3 1 3 third load set 4 4.0000 4 1 4 fourth load set
and you then issue the following commands:
/title, modified title for set number 3 modify,3,5,2,5,4.5,1
The modified results file would look like this:
SET TIME/FREQ LOAD STEP SUBSTEP CUMULATIVE 1 1.0000 1 1 1 first load set 2 2.0000 2 1 2 second load set 3 4.5000 5 2 5 modified title for set number 3 4 4.0000 4 1 4 fourth load set