copy_default_execution_script#

ProjectApi.copy_default_execution_script(filename)#

Copy a default execution script to the current project.

Return type:

File

Parameters:
filenamestr

The file name of the default execution script to copy.

Returns:
File

File resource of the copied execution script.

Example:
>>> file = project_api.copy_default_execution_script("mapdl-exec_mapdl.py")