ansys.mapdl.core.Mapdl.lsdele#
- Mapdl.lsdele(lsmin='', lsmax='', lsinc='', **kwargs)#
Deletes load step files.
Mechanical APDL Command: LSDELE
- Parameters:
- lsmin
str Range of load step files to be deleted, from
LSMINtoLSMAXin steps ofLSINC.LSMAXdefaults toLSMIN, andLSINCdefaults to 1. IfLSMIN= ALL, all load step files are deleted (andLSMAXandLSINCare ignored). The load step files are assumed to be namedJobname.Sn, wherenis 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.- lsmax
str Range of load step files to be deleted, from
LSMINtoLSMAXin steps ofLSINC.LSMAXdefaults toLSMIN, andLSINCdefaults to 1. IfLSMIN= ALL, all load step files are deleted (andLSMAXandLSINCare ignored). The load step files are assumed to be namedJobname.Sn, wherenis 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.- lsinc
str Range of load step files to be deleted, from
LSMINtoLSMAXin steps ofLSINC.LSMAXdefaults toLSMIN, andLSINCdefaults to 1. IfLSMIN= ALL, all load step files are deleted (andLSMAXandLSINCare ignored). The load step files are assumed to be namedJobname.Sn, wherenis 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.
- lsmin
Notes
Deletes load step files in the current directory (written by the lswrite command).
This command is also valid in PREP7.