andes.system#

System class for power system data and methods

Functions

example([setup, no_output])

Return an andes.system.System object for the ieee14_linetrip.xlsx as an example.

fix_view_arrays(system)

Point NumPy arrays without OWNDATA (termed "view arrays" here) to the source array.

import_pycode([user_pycode_path])

Helper function to import generated pycode in the following priority:

load_config_rc([conf_path])

Load config from an rc-formatted file.

reload_submodules(module_name)

Helper function for reloading an existing module and its submodules.

Classes

ExistingModels()

Storage class for existing models

System([case, name, config, config_path, ...])

System contains models and routines for modeling and simulation.