We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891c8f1 commit c93d766Copy full SHA for c93d766
1 file changed
src/neqsim/process/measurement.py
@@ -145,3 +145,7 @@ def getAlarmConfig(self):
145
# Add the logic to get alarm configuration.
146
# This is a placeholder implementation.
147
return getattr(self, "alarmConfig", None)
148
+
149
+ @JOverride
150
+ def getFieldValue(self):
151
+ return 0.0
0 commit comments