run_case#
- ams.main.run_case(case, *, routine='pflow', profile=False, convert='', convert_all='', add_book=None, **kwargs)[source]#
Run single simulation case for the given full path. Use
runinstead ofrun_casewhenever possible.Revised from andes.main.run_case.
Argument
input_pathwill not be prepended tocase.Arguments recognizable by
loadcan be passed torun_case.- Parameters:
- casestr
Full path to the test case
- routinestr, ('pflow', 'tds', 'eig')
Computation routine to run
- profilebool, optional
True to enable profiler
- convertstr, optional
Format name for case file conversion.
- convert_allstr, optional
Format name for case file conversion, output sheets for all available devices.
- add_bookstr, optional
Name of the device to be added to an excel case as a new sheet.