OperationalLimitFlags Enumeration

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

Definition

Namespace: Gemstone.PhasorProtocols.Macrodyne
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.110 -- Release Build+b26f50da8951964ebeac94cceca49a2cc8bc2c4d
[SerializableAttribute]
[FlagsAttribute]
public enum OperationalLimitFlags

Members

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).

See Also