Click or drag to resize
Grid Solutions Framework

AlarmAdapterGetHighestSeverityAlarms Method

Gets a collection containing raised alarms with the highest severity for each signal in the system.

Namespace: DataQualityMonitoring
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.182-beta
Syntax
[AdapterCommandAttribute("Gets a collection containing raised alarms with the highest severity for each signal in the system.", 
	new string[] { ... })]
public ICollection<Alarm> GetHighestSeverityAlarms()
View Source

Return Value

ICollectionAlarm
A collection containing all the highest severity raised alarms.
See Also