andes.interop.pandapower#

Simple pandapower (2.7.0) interface

Functions

add_gencost(ssp, gen_cost)

Add cost function to converted pandapower net ssp.

build_group_table(ssa, group, columns[, ...])

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

make_GSF(ppn[, verify, using_sparse_solver])

Build the Generation Shift Factor matrix of a pandapower net.

make_link_table(ssa)

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

require_pandapower(f)

Decorator for functions that require pandapower.

runopp_map(ssp, link_table, **kwargs)

Run OPF in pandapower using pp.runopp() and map results back to ANDES based on the link table.

to_pandapower(ssa[, ctrl, verify, tol])

Convert an ADNES system to a pandapower network for power flow studies.