ALTASolverModel Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Template:APIClass|Global_ALTA|Global ALTA}}
{{Template:API}}{{Template:APIBreadcrumb}}
Sets the life-stress relationship that will be used to perform accelerated life testing analysis.
 
 
Specifies the life-stress relationship that will be used to perform accelerated life testing data analysis.


==Members==
==Members==
'''ALTA Standard/PRO'''
{| {{APITableEnum}}
*Arrhenius       {{APIComment|Arrhenius model.}}
|-
*Eyring     {{APIComment|Eyring model.}}
| style="width: 150px;"|Arrhenius||style="width: 80px;"|0||Arrhenius model.
*PowerLaw   {{APIComment|Inverse power law (IPL) model.}}
|-
*TempHumidity     {{APIComment|Temperature-humidity (TH) model.}}
|Eyring||1||Eyring model.
*TempNonThermal   {{APIComment|Temperature-nonthermal (TNT) model.}}
|-
'''ALTA PRO Only'''
|PowerLaw||2||Inverse power law (IPL) model.
*GenEyring    {{APIComment|Generalized Eyring (GER) model.}}
|-
*PHazards     {{APIComment|Proportional hazards (PPH) model.}}
|TempHumidity||3||Temperature-humidity (TH) model.
*GenModel     {{APIComment|General log-linear (GLL) model.}}
|-
*CumDamage     {{APIComment|Cumulative damage (CD) model.}}
|TempNonThermal||4||Temperature-nonthermal (TNT) model.
|-
|PHazards||5||Proportional hazards (PPH) model. ALTA PRO only
|-
|GenModel||6||General log-linear (GLL) model. ALTA PRO only
|-
|CumDamage||7||Cumulative damage (CD) model. ALTA PRO only
|-
|GenEyring||8||Generalized Eyring (GER) model. ALTA PRO only
|}
 
 
 
 
 
==See Also==
*[[ALTAAnalysisOptions Class]]

Latest revision as of 22:34, 20 April 2016

APIWiki.png


Member of: SynthesisAPI


Specifies the life-stress relationship that will be used to perform accelerated life testing data analysis.

Members

Name Value Description
Arrhenius 0 Arrhenius model.
Eyring 1 Eyring model.
PowerLaw 2 Inverse power law (IPL) model.
TempHumidity 3 Temperature-humidity (TH) model.
TempNonThermal 4 Temperature-nonthermal (TNT) model.
PHazards 5 Proportional hazards (PPH) model. ALTA PRO only
GenModel 6 General log-linear (GLL) model. ALTA PRO only
CumDamage 7 Cumulative damage (CD) model. ALTA PRO only
GenEyring 8 Generalized Eyring (GER) model. ALTA PRO only



See Also