SignalType Enumeration

Fundamental signal type enumeration for common EE measurements that represents an explicit type of signal.

Definition

Namespace: Gemstone.Numeric.EE
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.128 -- Release Build+8719af24b83815a59535b3885622cedd021e9c5b

Remarks

This enumeration represents the explicit type of a signal that a value represents.

Contrast this to the SignalKind enumeration which only defines an abstract type for a signal (e.g., simply a phase or an angle).

Members

IPHM1 Current phase magnitude.
IPHA2 Current phase angle.
VPHM3 Voltage phase magnitude.
VPHA4 Voltage phase angle.
FREQ5 Frequency.
DFDT6 Frequency delta (dF/dt).
ALOG7 Analog value.
FLAG8 Status flags.
DIGI9 Digital values.
NONE-1 Undefined signal.
CALC10 Calculated value.
STAT11 Statistical value.
ALRM12 Alarm value.
QUAL13 Quality flags.

See Also