ALTAAnalysisOptions Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|Global_ALTA|Global ALTA}}
{{Template:APIClass|Global_ALTA|Global ALTA}}
Specifies some of the control panel analysis settings for use with the [[ALTADataSet.Calculate|Calculate]] method.
{{Template:ALTADataSet.AnalysisSettings.Cmt}}


== Properties ==
== Properties ==

Revision as of 21:21, 26 February 2014


Sets some of the control panel analysis settings for use with the ALTADataSet.Calculate method.

Properties

Formatted Usage Example

Declare the ALTADataSet. See New ALTADataSet for additional details.

       Dim ALTADS as New ALTADataSet

Set the various Settings.

       ALTADS.AnalysisSettings.ModelType = ALTASolverModel.Arrhenius
       ALTADS.AnalysisSettings.Distribution = ALTASolverDistribution.Weibull
       ALTADS.AnalysisSettings.Analysis = ALTASolverMethod.MLE
       ALTADS.AnalysisSettings.UngroupGroupedData = False
       ALTADS.AnalysisSettings.SortBeforeCalculations = True