make_link_table#
- andes.interop.pandapower.make_link_table(ssa)[source]#
Build the link table for generators and generator controllers in an ANDES System, including
SynGen
andDG
for now.- Parameters:
- ssaandes.system.System
The ANDES system to link
- Returns:
- DataFrame
Each column in the output Dataframe contains the
idx
of linkedStaticGen
,Bus
,DG
,RenGen
,RenExciter
,SynGen
,Exciter
, andTurbineGov
,gammap
,gammaq
.