remove_output#

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

Remove the outputs generated by Andes, 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.