Click or drag to resize

AlarmSeverity Enumeration

Represents the severity of alarms.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.283-beta
Syntax
public enum AlarmSeverity
Members
Member nameValueDescription
None0 Indicates that an alarm is of no importance.
Information50 Indicates that an alarm is informative, but not dangerous.
Low150 Indicates that an alarm is not very important.
MediumLow300 Indicates that an alarm is somewhat important.
Medium500 Indicates that an alarm is moderately importance.
MediumHigh700 Indicates that an alarm is important.
High850 Indicates that an alarm is very important.
Unreasonable900 Indicates an alarm for a value that is unreasonable.
Critical950 Indicates than an alarm signifies a dangerous situation.
Latched980 Indicates an alarm for a value that is latched, i.e., flat-lined.
Error1,000 Indicates that an alarm reports bad data.

The AlarmSeverity type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodGetDescription Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name if no description is available.
(Defined by EnumExtensions)
Public Extension MethodGetFormattedName Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions)
Top
See Also