public enum TriggerType
Defines the trigger behaviour while recording.
Values
| Name | Description |
|---|---|
| trAuto | The data obtained, when the trigger condition was meet, will be preserved only until the next time the trigger condition is meet. |
| trNone | The trigger is disabled. |
| trSingle | The data obtained, when the trigger condition was meet, will be preserved, until the user manualy resets the trigger. |