You are here: Symbol Reference > SignalTools Namespace > Classes > TAnalysis Class > TAnalysis Members
DSP Master VCL
ContentsIndex
PreviousUpNext
TAnalysis Members

The following tables list the members exposed by TAnalysis.

 
Name 
Description 
 
If all Inputs[i] are dirty the function returns true. 
 
When called, the method will pass Update requests recursively to all connected objects. 
 
Notifies all connected components that this component has fresh data. 
 
The method can be assigned to some other component even handler, as a notification that a parameter has changed and that Self should consider a recalculation. 
 
Recursively processes all connected components backward and calls Reset method. 
 
Pull 
Request recalculation of the entire chain of all connected components. 
 
Calls Pull until pipeEnd is returned.  
 
Request recalculation of the data and place the result in Self. 
 
Call this method only, if SuspendNotifyUpdate is True. 
 
Name 
Description 
 
Must be "Hidden" unless it is published 
 
Number to label the object when it is an item in the List. 
 
Returns the state of the pipe after the last update. 
 
Set this property to True, to prevent calling OnNotifyUpdate from the Update Method. 
 
Set it to True to indicate, that valid signals will be connected to the Input or Inputs properties. 
 
Name 
Description 
 
Set active to false to suppress the propagation of the Pull request and the subsequent call to the Update method. 
 
Set this property to true, to request computation using complex numbers.  
 
If True, the component will pass on the udpate request to the connected component. 
 
may not have default to allow switching of default precision 
 
Set this property to true to lock changes to FloatPrecision property.  
 
may not have default to allow switching of default precision 
 
The event is triggered after the call to the Update method. 
 
The event is triggered just before the call to the Update method. 
 
The event is triggered after the OnAfterUpdate event. Use this event to update any associated charts or graphs or result tables. 
 
If the Input property is not assigned, the component will call OnGetInput. 
 
The event is called after a call to InternalUpdate, OnAfterUpdate and OnDisplayUpdate from within the Update method. 
 
The event is triggered when ParamUpdate method is called. The ParamUpdate method is usually called by component editors when a value was changed by the user and the editor was "Live".  
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!