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.lstand data_out.dat, eigenvalue analysis report_eig.txt.- Parameters:
- recursivebool
Recursively clean all subfolders
- Returns:
- bool
Trueis the function body executes with success.Falseotherwise.
Notes
Copied from the ANDES project: CURENT/andes
Original author: Hantao Cui
License: GNU General Public License v3.0 (GPL-3.0)