You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TSignalFilter Class > TSignalFilter Properties > TSignalFilter.ExternalTaps Property
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TSignalFilter.ExternalTaps Property

Set this property to True, if you have defined your own filter response and have placed the taps in the Taps property.

Syntax
C#
Visual Basic
public bool ExternalTaps;

Be sure to define the correct Response, to match the type of your filter. (Iir of Fir) When changing this property, the component has to be notified when the taps have been changed. Set the Prepared property to False or call the Init method after changing the values of taps.

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