Pin SLCommonGen.TSLCommonRealGen.OutputPin

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
David Alm (Talk | contribs)
(Automated Syncronization with Documentation)
Newer edit →

Revision as of 00:15, 22 November 2011

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: TSLCommonRealGen

Contents

Syntax

Delphi:

property OutputPin : TSLOWComboRealSourcePin read FOutputPin write FOutputPin;

C++ Builder:

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

Summary

The Real(double) output pin of the generator.

Description

OutputPin is the signal output pin of the generator.

You can connect this pin to any pin accepting Real(double)
buffer data.



Delphi example:

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

C++ Builder example:

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

Visual C++(MFC/Win32) example:

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

Visual C++/CLI example:

genericRealGen1->OutputPin->Connect( scope1->InputPins[0] );

C# example:

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

VB example:

GenericRealGen1.OutputPin.Connect( Scope1.InputPins(0) )

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox