Class SLSnippetTrigger.TSLSnippetTriggerData
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabPkg
Unit: SLSnippetTrigger
Inherits: TSLData
Contents |
Syntax
Delphi:
type TSLSnippetTriggerData = class( TSLData, ISLSnippetTriggerData )
C++ Builder:
class TSLSnippetTriggerData : public TSLData
Visual C++ (MFC):
class CTSLSnippetTriggerData : public CTSLData
C# (.NET):
public ref class SnippetTriggerData : Vcl.VclProperty
Summary
Trigger data class.
Description
Defines trigger data class.
Properties
Public
- Edge - Returns the trigger edge.
- Level - Returns the trigger level.
- SampleInBuffer - Returns the number of samples in the buffer.
- SamplesBefore - Returns the samples before the trigger position.
- TriggerPosition - Returns the trigger position.
- WasTriggeredExternally - Returns if the trigger was triggered externally.