ALTADataSet Class: Difference between revisions
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
This section contains information on how to create a new ALTA folio. | This section contains information on how to create a new ALTA folio. | ||
*'''[[New ALTADataSet|New ALTADataSet]] | *'''[[New ALTADataSet|New ALTADataSet]]''' {{APIComment|{{Template:New ALTADataSet.Cmt}}}} | ||
== Methods == | == Methods == | ||
Line 12: | Line 12: | ||
This section contains the methods that a user might use to manipulate their ALTA data set. A user may use these methods to add columns, add stress profiles, add failures, add failure intervals, add suspension internals, calculate the data set, or clear the data set. This section should be configured after the data set has been created. | This section contains the methods that a user might use to manipulate their ALTA data set. A user may use these methods to add columns, add stress profiles, add failures, add failure intervals, add suspension internals, calculate the data set, or clear the data set. This section should be configured after the data set has been created. | ||
*'''[[ALTADataSet.AddFailure|AddFailure]] | *'''[[ALTADataSet.AddFailure|AddFailure]]''' {{APIComment| | ||
*'''[[ALTADataSet.AddFailureInterval|AddFailureInterval]] | *'''[[ALTADataSet.AddFailureInterval|AddFailureInterval]]''' {{APIComment| | ||
*'''[[ALTADataSet.AddStressDefinition|AddStressDefinition]] | *'''[[ALTADataSet.AddStressDefinition|AddStressDefinition]]''' {{APIComment| | ||
*'''[[ALTADataSet.AddStressProfile|AddStressProfile]] | *'''[[ALTADataSet.AddStressProfile|AddStressProfile]]''' {{APIComment| | ||
*'''[[ALTADataSet.AddSuspension|AddSuspension]] | *'''[[ALTADataSet.AddSuspension|AddSuspension]]''' {{APIComment| | ||
*'''[[ALTADataSet.AddSuspensionInterval|AddSuspensionInterval]] | *'''[[ALTADataSet.AddSuspensionInterval|AddSuspensionInterval]]'''{{APIComment| | ||
*'''[[ALTADataSet.Calculate|Calculate]] | *'''[[ALTADataSet.Calculate|Calculate]]''' {{APIComment| | ||
*'''[[ALTADataSet.ClearDataSet|ClearDataSet]] | *'''[[ALTADataSet.ClearDataSet|ClearDataSet]]''' {{APIComment| | ||
== Properties == | == Properties == | ||
Line 25: | Line 25: | ||
This section contains properties that a user may use to analyse the data set. The user may choose to have a data set name, have a count of failures, or set a life stress relationship. | This section contains properties that a user may use to analyse the data set. The user may choose to have a data set name, have a count of failures, or set a life stress relationship. | ||
*'''[[ALTADataSet.AnalysisResults|AnalysisResults]] | *'''[[ALTADataSet.AnalysisResults|AnalysisResults]]''' {{APIComment| | ||
*'''[[ALTADataSet.AnalysisSettings|AnalysisSettings]] | *'''[[ALTADataSet.AnalysisSettings|AnalysisSettings]]''' {{APIComment| | ||
*'''[[ALTADataSet.DatasetName|DatasetName]] | *'''[[ALTADataSet.DatasetName|DatasetName]]''' {{APIComment| | ||
*'''[[ALTADataSet.FailureCount|FailureCount]] | *'''[[ALTADataSet.FailureCount|FailureCount]]''' {{APIComment| | ||
*'''[[ALTADataSet.FittedModel|FittedModel]] | *'''[[ALTADataSet.FittedModel|FittedModel]]''' {{APIComment| | ||
*'''[[ALTADataSet.GeneralSettings|GeneralSettings]] | *'''[[ALTADataSet.GeneralSettings|GeneralSettings]]''' {{APIComment| | ||
*'''[[ALTADataSet.NumStresses|NumStresses]] | *'''[[ALTADataSet.NumStresses|NumStresses]]''' {{APIComment| | ||
*'''[[ALTADataSet.PlotUseStress|PlotUseStress]] | *'''[[ALTADataSet.PlotUseStress|PlotUseStress]]''' {{APIComment| | ||
*'''[[ALTADataSet.StressRelation|StressRelation]] | *'''[[ALTADataSet.StressRelation|StressRelation]]''' {{APIComment| | ||
*'''[[ALTADataSet.SuspensionCount|SuspensionCount]] | *'''[[ALTADataSet.SuspensionCount|SuspensionCount]]''' {{APIComment| | ||
== Events == | == Events == |
Revision as of 21:28, 29 January 2014
This page contains all constructors, methods, properties, parameters, and events for ALTADataset. This class can be used to fit an ALTA model from raw data.
Constructors
This section contains information on how to create a new ALTA folio.
- New ALTADataSet Provides an application to create a new ALTADataSet class that represents the data to fit ALTA raw data. Use this to create a new ALTA data set.
Methods
This section contains the methods that a user might use to manipulate their ALTA data set. A user may use these methods to add columns, add stress profiles, add failures, add failure intervals, add suspension internals, calculate the data set, or clear the data set. This section should be configured after the data set has been created.
- AddFailure {{APIComment|
- AddFailureInterval {{APIComment|
- AddStressDefinition {{APIComment|
- AddStressProfile {{APIComment|
- AddSuspension {{APIComment|
- AddSuspensionInterval{{APIComment|
- Calculate {{APIComment|
- ClearDataSet {{APIComment|
Properties
This section contains properties that a user may use to analyse the data set. The user may choose to have a data set name, have a count of failures, or set a life stress relationship.
- AnalysisResults {{APIComment|
- AnalysisSettings {{APIComment|
- DatasetName {{APIComment|
- FailureCount {{APIComment|
- FittedModel {{APIComment|
- GeneralSettings {{APIComment|
- NumStresses {{APIComment|
- PlotUseStress {{APIComment|
- StressRelation {{APIComment|
- SuspensionCount {{APIComment|
Events
This section allows the user to display events.
ALTAEvents contains only methods. To use events a user must inherit the class, override its methods and assign its instance to the Events property of an ALTA data set.
- Events Reference to a class that contains overridable methods for handling ALTA solver events.