Uses of Class
neqsim.process.alarm.AlarmConfig
Packages that use AlarmConfig
-
Uses of AlarmConfig in neqsim.process.alarm
Methods in neqsim.process.alarm that return AlarmConfigMethods in neqsim.process.alarm with parameters of type AlarmConfigModifier and TypeMethodDescriptionprivate AlarmLevelAlarmState.determineCandidate(AlarmConfig config, double value) AlarmState.evaluate(AlarmConfig config, double value, double dt, double currentTime, String source) Evaluates the alarm state using the supplied configuration and measurement.private voidAlarmState.handlePending(AlarmConfig config, AlarmLevel candidate, double dt, double currentTime, String source, List<AlarmEvent> events) private booleanAlarmState.isClearedByValue(AlarmConfig config, double value, AlarmLevel level) -
Uses of AlarmConfig in neqsim.process.measurementdevice
Fields in neqsim.process.measurementdevice declared as AlarmConfigMethods in neqsim.process.measurementdevice that return AlarmConfigModifier and TypeMethodDescriptionMeasurementDeviceBaseClass.getAlarmConfig()MeasurementDeviceInterface.getAlarmConfig()Returns the alarm configuration, ornullif alarms are disabled.Methods in neqsim.process.measurementdevice with parameters of type AlarmConfigModifier and TypeMethodDescriptionvoidMeasurementDeviceBaseClass.setAlarmConfig(AlarmConfig alarmConfig) voidMeasurementDeviceInterface.setAlarmConfig(AlarmConfig alarmConfig) Associates an alarm configuration with the measurement device.