Skip to content

Commit

Permalink
update env definition V7
Browse files Browse the repository at this point in the history
  • Loading branch information
qhuang-pnl committed Apr 9, 2020
1 parent d70b248 commit 802cc94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/py/PowerDynSimEnvDef_v7.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,5 +402,7 @@ def close_connection(self):
def get_base_cases(self):
base_cases = transferJavaStringAry2Python(self.ipss_app.getBaseCases())
return base_cases

def get_generationP(self):
gen_power = list(self.ipss_app.getGenerationPAry())
return gen_power
# def _render(self, mode='human', close=False):

0 comments on commit 802cc94

Please sign in to comment.