Skip to content

Commit

Permalink
Merge pull request #144 from afisher1/feature/automaticSimulationPause
Browse files Browse the repository at this point in the history
Adding automatic pause option to SimulationArgs
  • Loading branch information
poorva1209 authored May 1, 2024
2 parents c23bf1b + 9a3749d commit c245124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gridappsd-python-lib/gridappsd/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class SimulationArgs(ConfigBase):
timestep_frequency: str = "1000"
timestep_increment: str = "1000"
run_realtime: bool = True
pause_after_measurements: bool = False
simulation_name: str = "ieee13nodeckt"
power_flow_solver_method: str = "NR"
model_creation_config: ModelCreationConfig = __default_model_creation_config__
Expand Down

0 comments on commit c245124

Please sign in to comment.