Class SLLogger.TSLLogger

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 41: Line 41:
 
component generating Real, Complex or Video data, such as
 
component generating Real, Complex or Video data, such as
 
[[Class SLPlayer.TSLPlayer|TSLPlayer]] or [[Class SLSignalGen.TSLSignalGen|TSLSignalGen]].
 
[[Class SLPlayer.TSLPlayer|TSLPlayer]] or [[Class SLSignalGen.TSLSignalGen|TSLSignalGen]].
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:SLLogger_Preview.png]]
  
 
== Properties ==
 
== Properties ==
Line 54: Line 60:
 
== Pins ==
 
== Pins ==
 
*[[Pin SLLogger.TSLLogger.InputPin|InputPin]] - The Input Pin of the Logger.  
 
*[[Pin SLLogger.TSLLogger.InputPin|InputPin]] - The Input Pin of the Logger.  
*[[Pin SLLogger.TSLLogger.FileNamePin|FileNamePin]] - The File Name pin of the Logger.
 
 
*[[Pin SLLogger.TSLLogger.ProgressPin|ProgressPin]] - The logging Progress Pin of the logger.  
 
*[[Pin SLLogger.TSLLogger.ProgressPin|ProgressPin]] - The logging Progress Pin of the logger.  
*[[Pin SLLogger.TSLLogger.EnablePin|EnablePin]] - The enable pin of the logger.
 
  
 
== Events ==
 
== Events ==

Revision as of 20:30, 10 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 TSLLogger : 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