Click or drag to resize

OperationalLimitFlags Enumeration

Macrodyne operational limit reached flags enumeration (from RequestOperationalLimitFlags first byte of 3 byte response).

Namespace: GSF.PhasorProtocols.Macrodyne
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.282-beta
Syntax
[SerializableAttribute]
[FlagsAttribute]
public enum OperationalLimitFlags
Members
Member nameValueDescription
NoFlags0 No flags.
VMinLimitReached1 VMIN operations limit reached.
VMaxLimitReached2 VMAX operations limit reached.
AngdLimitReached4 ANGD operations limit reached.
FreqLimitReached8 FREQ operations limit reached.
DtDtLimitReached16 DFDT operations limit reached.
LncmLimitReached32 LNCM operations limit reached.
NotUsed164 Bit not used (undefined bit 1).
NotUsed2128 Bit not used (undefined bit 2).

The OperationalLimitFlags 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