Pin SLPlayer.TSLPlayer.OutputPin

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.

Class: TSLPlayer

Contents

Syntax

Delphi:

property OutputPin : TSLOWChannelSourcePin read FOutputPin write FOutputPin;

C++ Builder:

__property TSLOWChannelSourcePin * OutputPin = { read=FOutputPin, write=FOutputPin };

Summary

The output pin of the player.

Description

OutputPin is the signal output pin of the component.

You can connect this pin to any pin accepting SignalLab data type.


Delphi example:

SLPlayer1.OutputPin.Connect( SLScope1.InputPins[0] );

C++ Builder example:

SLPlayer1->OutputPin->Connect( SLScope1->InputPins->Pins[ 0 ] );

Visual C++(MFC) example:

SLPlayer1.OutputPin.Connect( SLScope1.InputPins[0] );

C# example:

player1.OutputPin.Connect( scope1.InputPins[0] );

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox