|
|
Trigger
|
[SerializableAttribute] public enum TriggerReason
| Member name | Value | Description |
|---|---|---|
| UserDefined | 0 | 000 USER - Manual trigger. |
| MinimumMagnitudeTrigger | 1 | 001 VMIN - Minimum magnitude. |
| MaximumMagnitudeTrigger | 2 | 010 VMAX - Maximum magnitude. |
| AngleDifferenceTrigger | 3 | 011 ANGD - Angle difference from reference. |
| FrequencyTrigger | 4 | 100 FREQ - Maximum allowed offset from 60 Hz. |
| DfDtTrigger | 5 | 101 DFDT - Change in frequency over time. |
| LinearCombinationTrigger | 6 | 110 LNCM - Linear combination. |
| DigitalChannelTrigger | 7 | 111 DCHN - Digital channel. |
The TriggerReason type exposes the following members.
| Name | Description | |
|---|---|---|
| GetDescription |
Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name
if no description is available.
(Defined by EnumExtensions) | |
| GetFormattedName |
Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions) |