starlist#

Mapdl.starlist(fname='', ext='', **kwargs)[source]#

Displays the contents of an external, coded file.

APDL Command: *LIST

Parameters:
fname

File name and directory path (248 characters maximum, including the characters needed for the directory path). An unspecified directory path defaults to the working directory; in this case, you can use all 248 characters for the file name.

ext

Filename extension (eight-character maximum).

Notes

Displays the contents of an external, coded file. The file to be listed cannot be in use (open) at the time (except for the error file, File.ERR, which may be displayed with *LIST,ERR).

This command is valid in any processor.