From 9a3749d3bbe1ba21ffec9ac0ccdf5e38716585bc Mon Sep 17 00:00:00 2001 From: afisher1 <4552674+afisher1@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:45:47 -0700 Subject: [PATCH] adding automatic pause option to SimulationArgs --- gridappsd-python-lib/gridappsd/simulation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gridappsd-python-lib/gridappsd/simulation.py b/gridappsd-python-lib/gridappsd/simulation.py index 8ff94b0..11f15e3 100644 --- a/gridappsd-python-lib/gridappsd/simulation.py +++ b/gridappsd-python-lib/gridappsd/simulation.py @@ -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__