MODIFY

MODIFY, SET, LSTEP, ITER, CUMIT, TIME, Ktitle
Changes the listed values of the data in a set.

Compatible Products: – | Pro | Premium | Enterprise | Ent PP | Ent Solver | –

SET

Set of data in results file to be modified.

LSTEP

The new load step number.

ITER

The new load substep number.

CUMIT

The new cumulative iteration.

TIME

The new time/frequency value.

Ktitle

Indicates 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.

Notes

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                                                   

Menu Paths

Main Menu>Preprocessor>Loads>Other>For Harmonic Ele
Main Menu>Solution>Other>For Harmonic Ele

Release 18.2 - © ANSYS, Inc. All rights reserved.