Getting Results

IAR_: Interface to Analysis Results

If you've been following along closely, you may have noticed the Settings interface concept of 'IAS_' and 'IAS_FftMtf'. 'IAS_' exists to define items in common for all settings (currently there are none) and is used to define a 'common interface' to Settings for ALL the Analyses. 'IAS_FftMtf' exists because the settings for the FftMtf Analysis are unique to the FftMtf Analysis and must be defined to grant access to them.

'Results' are different in that there are no 'special' items of interest specific only to certain Analyses. ALL Analyses results are defined by 'IAR_'. (Thus, for example, there is no 'IAR_FftMtf'.)

All that being said, and hopefully not confusing the issue, let us continue.

As noted previously:

IAR_ FftMtf_Results = FftMtf.GetResults();

Using the variable 'FftMtf_Results'

Next: