[SerializableAttribute]
public enum SignalType
<SerializableAttribute>
Public Enumeration SignalType
[SerializableAttribute]
public enum class SignalType
Gemstone.Numeric.EE.SignalType = function();
Gemstone.Numeric.EE.SignalType.createEnum('Gemstone.Numeric.EE.SignalType', false);
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).
IPHM | 1 | Current phase magnitude. |
IPHA | 2 | Current phase angle. |
VPHM | 3 | Voltage phase magnitude. |
VPHA | 4 | Voltage phase angle. |
FREQ | 5 | Frequency. |
DFDT | 6 | Frequency delta (dF/dt). |
ALOG | 7 | Analog value. |
FLAG | 8 | Status flags. |
DIGI | 9 | Digital values. |
NONE | -1 | Undefined signal. |
CALC | 10 | Calculated value. |
STAT | 11 | Statistical value. |
ALRM | 12 | Alarm value. |
QUAL | 13 | Quality flags. |