Skip to content

Commit f70e29c

Browse files
committed
upda
1 parent e2d2785 commit f70e29c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/neqsim/process/measurement.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,9 @@ def evaluateAlarm(self):
113113
# Add the logic to evaluate alarm conditions.
114114
# This is a placeholder implementation.
115115
pass
116+
117+
@JOverride # Implement the missing 'setAlarmConfig' method
118+
def setAlarmConfig(self, alarmConfig):
119+
# Add the logic to set alarm configuration.
120+
# This is a placeholder implementation.
121+
self.alarmConfig = alarmConfig

0 commit comments

Comments
 (0)