Pin List PLMultiWaterfall.TPLMultiWaterfallCursor.XOutputPins

From Mitov Wiki Doc
Revision as of 00:17, 11 June 2013 by David Alm (Talk | contribs)
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: TPLMultiWaterfallCursor

Contents

Syntax

Delphi:

property XOutputPins : TOWPinList read FXOutputPins write FXOutputPins;

C++ Builder:

__property TOWPinList XOutputPins = { read=FXOutputPins, write=FXOutputPins };

Summary

The Real(double) output pins of the cursor for X data.

Description

XOutputPins are the signal output pins of the cursor.

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

This pin will send the waterfall data currently under the vertical cursor. By connecting a Scope component you can observe the data under the cursor in greater detail.


Delphi example:

<c>SLMultiWaterfall1.Cursors[ 0 ].XOutputPins[ 0 ].Connect( SLScope1.InputPins[0] );</c>

C++ Builder example:

<c>SLMultiWaterfall1->Cursors->Items[ 0 ]->XOutputPins->Pins[ 0 ]->Connect( SLScope1->InputPins->Pins[0] );</c>

Visual C++(MFC/Win32) example:

<c>SLMultiWaterfall1.Cursors[ 0 ].XOutputPins[ 0 ].Connect( SLScope1.InputPins[0] );</c>

Visual C++/CLI example:

<c>multiWaterfall1->Cursors[ 0 ]->XOutputPins[ 0 ]->Connect( scope1->InputPins[0] );</c>

C# example:

<c>multiWaterfall1.Cursors[ 0 ].XOutputPins[ 0 ].Connect( scope1.InputPins[0] );</c>

VB example:

<c>MultiWaterfall1.Cursors[ 0 ].XOutputPins[ 0 ].Connect( Scope1.InputPins(0) )</c>

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox