Class SLScope.TSLScope

From Mitov Wiki Doc
Jump to: navigation, search

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.

BIGSLScope.gif SLScope.gif NETSLScope.gif

Package: SignalLabScopePkg

Unit: SLScope

Inherits: TSLDataChart

Contents

Syntax

Delphi:

type TSLScope = class( TSLDataChart )

C++ Builder:

class TSLScope : public TSLDataChart

Visual C++ (MFC):

class CTSLScope : public CTSLDataChart

C# (.NET):

public ref class Scope : Mitov.PlotLab.DataChart

Summary

Visible Scope/Plot component for representing floating point data.

Description

Use this component to visualize floating point data.


Diagram:

SLScope Preview.png


Example:

ScopeDemo.png


In Visual C++ you can instantiate the component by using the Open method:

  VCL_InitControls( m_hWnd ); // Call this function once before creating any visual controls!

  CTSLScope SLScope;
  SLScope.Open( m_HistogramDisplay.m_hWnd );

Properties

Published

Methods

Public

Events

From TSLDataChart

Properties

Published

Methods

Public

PinLists

Events

From TSLDataDisplay

Properties

Published

Public

Methods

Public

Events

From TSLCustomControlItem

Properties

Public

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox