We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d2785 commit f70e29cCopy full SHA for f70e29c
src/neqsim/process/measurement.py
@@ -113,3 +113,9 @@ def evaluateAlarm(self):
113
# Add the logic to evaluate alarm conditions.
114
# This is a placeholder implementation.
115
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