Class SLLogger.TSLLogger

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
Line 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TSLLogger : [[Class LPComponent.TLPComponent|Mitov.SignalLab.Component]]
+
'''public ref class''' Logger : [[Class LPComponent.TLPComponent|Mitov.SignalLab.Component]]
 
</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.

BIGSLLogger.gif SLLogger.gif NETSLLogger.gif

Package: SignalLabPkg

Unit: SLLogger

Inherits: TLPComponent

Contents

Syntax

Delphi:

type TSLLogger = class( TLPComponent )

C++ Builder:

class TSLLogger : public TLPComponent

Visual C++ (MFC):

class CTSLLogger : public CTLPComponent

C# (.NET):

public ref class Logger : Mitov.SignalLab.Component

Summary

Records the signal to file.

Description

This component can be used to store signal files to disk.

To store signal to an binary file, place the component on a form, set the FileName with the name of the binary file to be created, and connect the InputPut pin to the OutputPin of a component generating Real, Complex or Video data, such as TSLPlayer or TSLSignalGen.


Diagram:

SLLogger Preview.png

Properties

Published

Public

Pins

Events

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox