public enum TriggerPosition
Defines which data (pre/post trigger) the trigger will capture.
Values
| Name | Description |
|---|---|
| tpAfter | The trigger will preserve data following the sample for which the trigger condition was meet. |
| tpBefore | The trigger will preserve data preceding the sample for which the trigger condition was meet. |
| tpCenter | The trigger will preserve equal amount of data preceding and following the sample for which the trigger condition was meet. |
| tpUser | The trigger will preserve userd defined number of samples preceding and following the sample, for which the trigger condition was meet |