|
MaxA uses 2 types of profile files, the MaxA Options File (.MAO) and Graph Profiles (.MGP). They're both located in the MaxA Roaming AppData folder. Furthermore, the Graph Profile is divided into 2 different files depending on the type of analysis.
Default Profiles
MaxA.MAO
|
Contains the options used by the UIDs and DPS functions. The section used is defined by MAXA$ANALSYSIS environment variable. Use the PROFILE.Read and Write functions in the MyBASIC2_ExtLib library to read and write information to the Options File. A handle to the current file is passed along to the UID, DPS and DRS functions.
|
MaxA_XY.MGP
|
The Graph Profile File(s) provides defaults for the graphs such as colors, fonts, decimals and other settings that is used to create the graphs. This file is used for X/Y Graphs
|
MaxA_XT.MGP
|
The Graph Profile File(s) provides defaults for the graphs such as colors, fonts, decimals and other settings that is used to create the graphs. This file is used for X/Time Graphs
|
|