ALTADataSet Class: Difference between revisions
John Leavitt (talk | contribs) |
John Leavitt (talk | contribs) |
||
Line 37: | Line 37: | ||
== Properties == | == 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. | |||
{{Template:ALTADataSet.DatasetName}} | {{Template:ALTADataSet.DatasetName}} | ||
Line 59: | Line 61: | ||
{{Template:ALTADataSet.AnalysisResults}} | {{Template:ALTADataSet.AnalysisResults}} | ||
== Events == | == Events == | ||
*'''[[ALTAEvents Class|Events]]''' {{APIComment|Reference to a class that contains overridable methods for handling ALTA solver events.}} | *'''[[ALTAEvents Class|Events]]''' {{APIComment|Reference to a class that contains overridable methods for handling ALTA solver events.}} |
Revision as of 23:19, 27 January 2014
This page contains all constructors, methods, properties, parameters, and events for ALTADataset. Users may use this page to be able to fit an ALTA model from their raw data using Synthesis API.
Constructors
This section contains information on how to create a new ALTA folio.
New ALTADataSet()
New ALTADataSet( ByVal Name As String )
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.
AddStressDefinition(
ByVal
Name
As String, Optional ByVal
StressRelation
As ALTASolverLSR
=
ALTASolverLSR.Exponential,
Optional ByVal
UseStress
As Double
=
1)
- AddFailure( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
- AddFailure( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
- AddFailure( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )
- AddSuspension( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
- AddSuspension( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
- AddSuspension( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )
- AddFailureInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
- AddFailureInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
- AddFailureInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )
- AddSuspensionInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
- AddSuspensionInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
- AddSuspensionInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )
ALTADataSet.Calculate()
Creates a model from the raw data previously entered in the data set. Also sets the Fitted Model property if successful. Clears it (sets to Nothing) in case of an error.
ClearDataSet ()
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.
Public Property DatasetName As String
Public ReadOnly Property
GeneralSettings
As
ALTAGeneralOptions
Public ReadOnly Property AnalysisSettings As WeibullAnalysisOptions
Public ReadOnly Property AnalysisSettings As WeibullAnalysisOptions
Public ReadOnly Property
FittedModel
As
cModel
Public ReadOnly Property
FailureCount
As Integer
Public ReadOnly Property
SuspensionCount
As Integer
Public ReadOnly Property
NumStresses
As Integer
This page contains all constructors, methods, properties, parameters, and events for ALTADataset. Users may use this page to be able to fit an ALTA model from their raw data using Synthesis API.
Constructors
This section contains information on how to create a new ALTA folio.
New ALTADataSet()
New ALTADataSet( ByVal Name As String )
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.
AddStressDefinition(
ByVal
Name
As String, Optional ByVal
StressRelation
As ALTASolverLSR
=
ALTASolverLSR.Exponential,
Optional ByVal
UseStress
As Double
=
1)
- AddFailure( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
- AddFailure( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
- AddFailure( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )
- AddSuspension( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
- AddSuspension( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
- AddSuspension( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )
- AddFailureInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
- AddFailureInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
- AddFailureInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )
- AddSuspensionInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
- AddSuspensionInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
- AddSuspensionInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )
ALTADataSet.Calculate()
Creates a model from the raw data previously entered in the data set. Also sets the Fitted Model property if successful. Clears it (sets to Nothing) in case of an error.
ClearDataSet ()
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.
Public Property DatasetName As String
Public ReadOnly Property
GeneralSettings
As
ALTAGeneralOptions
Public ReadOnly Property AnalysisSettings As WeibullAnalysisOptions
Public ReadOnly Property AnalysisSettings As WeibullAnalysisOptions
Public ReadOnly Property
FittedModel
As
cModel
Public ReadOnly Property
FailureCount
As Integer
Public ReadOnly Property
SuspensionCount
As Integer
Public ReadOnly Property
NumStresses
As Integer
Template loop detected: Template:ALTADataSet.StressRelation
Template loop detected: Template:ALTADataSet.PlotUseStress
Public ReadOnly Property
AnalysisResults
As
ALTAAnalysisResults
Settings are used when fitting the model. Returns an instance of a class containing values calculated during the analysis.
Events
- Events Reference to a class that contains overridable methods for handling ALTA solver events.
This page contains all constructors, methods, properties, parameters, and events for ALTADataset. Users may use this page to be able to fit an ALTA model from their raw data using Synthesis API.
Constructors
This section contains information on how to create a new ALTA folio.
New ALTADataSet()
New ALTADataSet( ByVal Name As String )
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.
AddStressDefinition(
ByVal
Name
As String, Optional ByVal
StressRelation
As ALTASolverLSR
=
ALTASolverLSR.Exponential,
Optional ByVal
UseStress
As Double
=
1)
- AddFailure( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
- AddFailure( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
- AddFailure( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )
- AddSuspension( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
- AddSuspension( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
- AddSuspension( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )
- AddFailureInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
- AddFailureInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
- AddFailureInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )
- AddSuspensionInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
- AddSuspensionInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
- AddSuspensionInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )
ALTADataSet.Calculate()
Creates a model from the raw data previously entered in the data set. Also sets the Fitted Model property if successful. Clears it (sets to Nothing) in case of an error.
ClearDataSet ()
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.
Public Property DatasetName As String
Public ReadOnly Property
GeneralSettings
As
ALTAGeneralOptions
Public ReadOnly Property AnalysisSettings As WeibullAnalysisOptions
Public ReadOnly Property AnalysisSettings As WeibullAnalysisOptions
Public ReadOnly Property
FittedModel
As
cModel
Public ReadOnly Property
FailureCount
As Integer
Public ReadOnly Property
SuspensionCount
As Integer
Public ReadOnly Property
NumStresses
As Integer
Template loop detected: Template:ALTADataSet.StressRelation
Template loop detected: Template:ALTADataSet.PlotUseStress
Public ReadOnly Property
AnalysisResults
As
ALTAAnalysisResults
Settings are used when fitting the model. Returns an instance of a class containing values calculated during the analysis.
Events
- Events Reference to a class that contains overridable methods for handling ALTA solver events.
Public ReadOnly Property
AnalysisResults
As
ALTAAnalysisResults
Settings are used when fitting the model. Returns an instance of a class containing values calculated during the analysis.
Events
- Events Reference to a class that contains overridable methods for handling ALTA solver events.