ams.interface#

Module for interfacing ANDES

Functions

build_group_table(adsys, grp_name, param_name)

Build the table for devices in a group in an ANDES System.

make_link_table(adsys)

Build the link table for generators and generator controllers in an ANDES System, including SynGen and DG for now.

parse_addfile(adsys, amsys, addfile)

Parse the addfile for ANDES dynamic file.

replace_dev(row, mdl, dev, idx_map)

Replace the device idx in the row based on the idx_map.

sync_adsys(amsys, adsys)

Sync parameters value of PFlow models between AMS and ANDES systems.

to_andes(system[, addfile, setup, ...])

Convert the AMS system to an ANDES system.

to_andes_pflow(system[, no_output, ...])

Helper function to convert the AMS system to an ANDES system with only power flow models.

verify_pf(amsys, adsys[, tol])

Verify the power flow results between AMS and ANDES.

Classes

Dynamic([amsys, adsys])

ANDES interface class.