Skip to content

Commit

Permalink
adding automatic pause option to SimulationArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
afisher1 committed Apr 9, 2024
1 parent 3cfca3b commit 9a3749d
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 9a3749d

Please sign in to comment.