Class SLSnapshot.TSLSnapshot
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' Snapshot : [[Class SLCommonFilter.TSLCommonFilter|Mitov.SignalLab.CommonFilter]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 36: | Line 36: | ||
Use this component to take a snapshot(Sample) buffer of the | Use this component to take a snapshot(Sample) buffer of the | ||
data and send it to the component output. | data and send it to the component output. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:SLSnapshot_Preview.png]] | ||
== Properties == | == Properties == | ||
Line 69: | Line 75: | ||
=== Published === | === Published === | ||
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | *[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | ||
− | |||
− | |||
− | |||
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == | == From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == |
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: SLSnapshot
Inherits: TSLCommonFilter
Contents |
Syntax
Delphi:
type TSLSnapshot = class( TSLCommonFilter )
C++ Builder:
class TSLSnapshot : public TSLCommonFilter
Visual C++ (MFC):
class CTSLSnapshot : public CTSLCommonFilter
C# (.NET):
public ref class Snapshot : Mitov.SignalLab.CommonFilter
Summary
Takes a snapshot of the data.
Description
Use this component to take a snapshot(Sample) buffer of the data and send it to the component output.
Diagram:
Properties
Published
- SnapShotSize - Specifies the size of the snapshot buffer.
Methods
Public
- procedure TakeSnapshot() - Requests taking a Snapshot.
- procedure Snapshot() - Requests taking a Snapshot.(Obsolete - use TakeSnapshot instead. )
Pins
- SnapshotPin - Take Snapshot Clock Input Pin.
- OutputPin - The output pin of the filter.
- InputPin - The Input Pin of the filter.
Events
- OnSnapshot - Occurs on snapshot.