write#
- ansXpl.write(recordname, vecname)#
Write a given record back to an MAPDL file.
Use the write function at your own risk, you may corrupt an existing file by changing the size of a record in the file. This method must be used only on a non-compressed file.
- Parameters:
- Returns:
str
Response from MAPDL.
Examples
>>> xpl.write('MASS', vecname)