SignalKind Enumeration

Fundamental signal type enumeration for common EE measurements that represents a kind of signal, not an explicit type.

Definition

Namespace: Gemstone.Numeric.EE
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.166 -- Release Build+615b5375380e2ef684e1623e3d24332fd3a8e571

Remarks

This enumeration represents the basic type of a signal used to suffix a formatted signal reference. When used in context along with an optional index the fundamental signal type will identify a signal's location within a frame of data (see SignalReference).

Contrast this to the SignalType enumeration which further defines an explicit type for a signal (e.g., a voltage or current type for an angle).

Members

Angle0 Phase angle.
Magnitude1 Phase magnitude.
Frequency2 Line frequency.
DfDt3 Frequency delta over time (dF/dt).
Status4 Status flags.
Digital5 Digital value.
Analog6 Analog value.
Calculation7 Calculated value.
Statistic8 Statistical value.
Alarm9 Alarm value.
Quality10 Quality flags.
PoWCurrent11 Point-on-wave current.
PoWVoltage12 Point-on-wave voltage.
Unknown13 Undetermined signal type.

Extension Methods

GetAcronym Gets the acronym for the specified SignalKind.
(Defined by SignalKindExtensions)

See Also