Class SLSnippetTrigger.TSLSnippetTriggerData
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(4 intermediate revisions by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' SnippetTriggerData : [[Class Vcl.VclProperty|Vcl.VclProperty]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:31, 26 June 2013
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.