How to use the andes.main.run function in andes

To help you get started, we’ve selected a few andes examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github cuihantao / andes / tests / test_tds.py View on Github external
def test_5bus_tds():
        andes.main.run('cases/5bus/CL_2machine.dm', routine=['pflow', 'tds'], tf=0.1)
github cuihantao / andes / tests / test_tds.py View on Github external
def test_ieee14_tds():
        andes.main.run('cases/ieee14/ieee14_syn.dm', routine=['pflow', 'tds'], tf=0.1)
github cuihantao / andes / tests / test_tds.py View on Github external
def test_wecc_wind0():
        andes.main.run('cases/curent/WECC_WIND0.dm', routine=['pflow', 'tds'], tf=0.1, no_output=True)