Pin SLRealToComplex.TSLRealToComplex.RealInputPin
From Mitov Wiki Doc
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: TSLRealToComplex
Contents |
Syntax
Delphi:
property RealInputPin : TSLOWQueuedRealSinkPin read FRealInputPin write FRealInputPin;
C++ Builder:
__property TSLOWQueuedRealSinkPin * RealInputPin = { read=FRealInputPin, write=FRealInputPin };
Summary
The Real part Input Pin of the component.
Description
RealInputPin is the Real(double) buffer data input pin of the
component, providing Real part Real(double) data for the
conversion.
You can connect this pin to any pin providing Real(double) buffer data.
Delphi example:
SLRealToComplex1.RealInputPin.Connect( SLSignalGen1.OutputPin );
C++ Builder example:
SLRealToComplex1->RealInputPin->Connect( SLSignalGen1->OutputPin );
Visual C++(MFC) example:
SLRealToComplex1.RealInputPin.Connect( SLSignalGen1.OutputPin );
C# example:
realToComplex1.RealInputPin.Connect( signalGen1.OutputPin );