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