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.128 -- Release Build+8719af24b83815a59535b3885622cedd021e9c5b

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.
Unknown11 Undetermined signal type.

See Also