remove_output#

ams.main.remove_output(recursive=False)[source]#

Remove the outputs generated by AMS, including power flow reports _out.txt, time-domain list _out.lst and data _out.dat, eigenvalue analysis report _eig.txt.

Parameters:
recursivebool

Recursively clean all subfolders

Returns:
bool

True is the function body executes with success. False otherwise.

Notes

Copied from the ANDES project (CURENT/andes). Original author: Hantao Cui License: GPL3