Pin SLPolarToCart.TSLPolarToCart.MagnInputPin
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: TSLPolarToCart
Contents |
Syntax
Delphi:
property MagnInputPin : TSLOWQueuedRealSinkPin read FMagnInputPin write FMagnInputPin;
C++ Builder:
__property TSLOWQueuedRealSinkPin * MagnInputPin = { read=FMagnInputPin, write=FMagnInputPin };
Summary
The Magnitude Input Pin of the component.
Description
MagnInputPin is the Real(double) buffer data input pin of the
component, providing Magnitude Real(double) data for the
conversion.
You can connect this pin to any pin providing Real(double) buffer data.
Delphi example:
SLPolarToCart1.MagnInputPin.Connect( SLSignalGen1.OutputPin );
C++ Builder example:
SLPolarToCart1->MagnInputPin->Connect( SLSignalGen1->OutputPin );
Visual C++(MFC) example:
SLPolarToCart1.MagnInputPin.Connect( SLSignalGen1.OutputPin );
C# example:
polarToCart1.MagnInputPin.Connect( signalGen1.OutputPin );