You are here: Symbol Reference > SignalTools Namespace > Classes > TAnalysisList Class > public > TAnalysisList.MatchInputs Method
DSP Master VCL
ContentsIndex
PreviousUpNext
TAnalysisList.MatchInputs Method

Match the connections of Inputs with the component.

Pascal
procedure MatchInputs; virtual;

Recursive function will be passed to the chain of all connected components. Its purpose is best illustrated with an example. If we have a chain of TAnalysisList components and the first item in the chain reads a file, that file may have any ChannelCount. All connected components must therefore adjust their Count property and connect the Input property for individual Items in their lists with corresponding Items in the Inputs property list. 

This is especially usefull when there is a need to handle signal multiplexing and demultiplexing.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!