undelete#

Mapdl.undelete(option='', nstart='', nend='', **kwargs)[source]#

Removes results sets from the group of sets selected for editing.

APDL Command: UNDELETE

Parameters:
option

Specifies which sets are to be removed from the selected sets.

SET

Specifies one or more particular sets in the results file that are to be removed from the group of sets selected for deletion.

ALL

Removes all selected sets that are currently selected for deletion.

nstart

The first set to be removed from the set selected for deletion.

nend

The final set to be removed from the set selected for deletion. This field is used only if operating on more than one sequential set.

Notes

Use this command if you have previously marked a set for deletion (with the DELETE command) and now wish to keep that set instead of deleting it.