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 run instead of run_case whenever possible.

Argument input_path will not be prepended to case.

Arguments recognizable by load can be passed to run_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.