delete#

Mapdl.delete(set_='', nstart='', nend='', **kwargs)[source]#

Specifies sets in the results file to be deleted before postprocessing.

APDL Command: DELETE

Parameters:
set_

Specifies that sets in the results file are to be deleted.

nstart

The first set in a results file to be deleted.

nend

The final set in a results file to be deleted. This field is used only if deleting more than one sequential sets.

Notes

DELETE is a specification command that flags sets in the results file for deletion. It should be followed by a COMPRESS command, the corresponding action command that deletes the specified sets.

The DELETE command is valid only in the results file editing processor (ANSYS auxiliary processor AUX3).