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.166 -- Release Build+615b5375380e2ef684e1623e3d24332fd3a8e571

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.
IPOW14 Point-on-Wave current.
VPOW15 Point-on-Wave voltage.

Extension Methods

GetFormattedName Returns display friendly signal type name.
(Defined by SignalTypeExtensions)

See Also