Skip to content

Commit b47e70f

Browse files
authored
Merge pull request #60 from NatLabRockies/hr/disable_gen_dynamic
In dynamic mode, add logic to disable gen for cosim
2 parents 66ff2ef + 55abd55 commit b47e70f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎pypsse/modes/dynamic.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def init(self, bus_subsystems):
7474
logger.debug(f"Dynamic file {dyr_path} sucessfully loaded")
7575

7676
self.disable_load_models_for_coupled_buses()
77+
self.disable_generation_for_coupled_buses()
7778

7879
if self.export_settings.export_results_using_channels:
7980
self.setup_channels()

0 commit comments

Comments
 (0)