ansys.mapdl.core.Mapdl.lsread#
- Mapdl.lsread(lsnum='', **kwargs)#
Reads load and load step option data into the database.
Mechanical APDL Command: LSREAD
Warning
This command must be run using
non_interactive. Please visit Unsupported Interactive Commands for further information.- Parameters:
- lsnum
str Identification number of the load step file to be read. Defaults to 1 + highest number read in the current session. Issue lsread,STAT to list the current value of
LSNUM. Issue lsread,INIT to resetLSNUMto 1. 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 forLSNUM> 99.
- lsnum
Notes
Reads load and load step option data from the load step file into the database. lsread will not clear the database of all current loads. However, if a load is respecified with lsread, then it will overwrite the existing load. See the lswrite command to write load step files, and the lsdele command to delete load step files. lsread removes any existing sfgrad specification.
This command is also valid in PREP7.