RawDataSetType Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:API}}{{Template:APIBreadcrumbClass}}
{{Template:API}}{{Template:APIBreadcrumb}}




<onlyinclude>Specifies the type of data that a [[RawDataSet Class|RawDataSet]] object, which represents an SDW data collection, will contain. </onlyinclude>
<onlyinclude>Specifies the type of data associated with a [[RawDataSet Class|RawDataSet]] object. </onlyinclude>


==Members==
==Members==
{| {{APITable}}
{| {{APITableEnum}}
|-
|-
| style="width: 100px;"|Weibull||Life data for use in Weibull++.
| style="width: 100px;"|Weibull||style="width: 70px;"|1||Life data for use in Weibull++.
|-
|-
|RGA||Repairable system/reliability growth data for use in RGA.
|RGA||2||Repairable system/reliability growth data for use in RGA.
|}
|}
==See Also==
*[[RawDataSet Class]]

Latest revision as of 21:31, 13 November 2015

APIWiki.png


Member of: SynthesisAPI


Specifies the type of data associated with a RawDataSet object.

Members

Name Value Description
Weibull 1 Life data for use in Weibull++.
RGA 2 Repairable system/reliability growth data for use in RGA.




See Also