Fundamental signal types enumeration.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public enum SignalKind
<SerializableAttribute> _ Public Enumeration SignalKind
[SerializableAttribute] public enum class SignalKind
| Member | Description |
|---|---|
| Angle |
Phase angle.
|
| Magnitude |
Phase magnitude.
|
| Frequency |
Line frequency.
|
| DfDt |
Frequency delta over time (dF/dt).
|
| Status |
Status flags.
|
| Digital |
Digital value.
|
| Analog |
Analog value.
|
| Calculation |
Calculated value.
|
| Statistic |
Statistical value.
|
| Unknown |
Undetermined signal type.
|
This signal type 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 the SignalKind enumeration with the SignalType enumeration which defines an explicit type for a signal (e.g., a voltage or current phasor).