diff --git a/Python_script/shared_simulated_state.py b/Python_script/shared_simulated_state.py
index db0a405a15762e94cb2da5fe196c9e7d29b730ca..1b5daf500f65da70431c3d7f3a12a15dd8f646fe 100644
--- a/Python_script/shared_simulated_state.py
+++ b/Python_script/shared_simulated_state.py
@@ -10,6 +10,8 @@ def get_simulated_state():
 
 class SimulatedState:
     def __init__(self):
+        self.simulated_magnitude = 0.14
+        self.simulated_phase = 7.2
         self.simulated_time = 0
         self.simulated_temperature = 25
         self.simulated_humidity = 30