lsdele#

Mapdl.lsdele(lsmin='', lsmax='', lsinc='', **kwargs)[source]#

Deletes load step files.

APDL Command: LSDELE

Parameters:
lsmin, lsmax, lsinc

Range of load step files to be deleted, from LSMIN to LSMAX in steps of LSINC. LSMAX defaults to LSMIN, and LSINC defaults to 1. If LSMIN = ALL, all load step files are deleted (and LSMAX and LSINC are ignored). The load step files are assumed to be named Jobname.Sn, where n is a number assigned by the LSWRITE command (01 ā€“09,10,11, etc.). On systems with a 3-character limit on the extension, the ā€œSā€ is dropped for numbers > 99.

Notes

Deletes load step files in the current directory (written by the LSWRITE command).

This command is also valid in PREP7.