MaxA_Application

Previous  Next

 

This file includes the 2 main functions used by an analysis and is the interface between the file list maintained by the MaxA Framework and MaxA Scripts.

 

SUB InitAnalysis( strTitle AS STRING, strAnalysisType AS STRING )

 

strTitle

Title of the analysis.  This is used as the title of any dialog boxes as well as tables and graphs.

strAnalysisType

Type of analysis as a short mnemonic to be used as the section in option files.  For example, "Position vs Time" analysis would be "PosTime"

 

Initializes and prepares MaxA for a new analysis.  Call this before any other function.

 

 

FUNCTION RunAnalysis() AS INTEGER

 

Runs the analysis that was initialized by InitAnanlysis.  The function will return the completion code.  Successful completion is returned as cErrOK.  Please see MaxA_Common for defined errro rcodes.