Talk:Synthesis API Reference/Notes: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=Updates for 10.1.3=
=DRAFT for 10.1.3=
 
Replace the Object Library section of the page with the following draft:




==Replace the Object Library section of the page with the following draft==
'''Object Library'''
'''Object Library'''


Line 32: Line 33:
**<code>'''[[XfmeaFailure Class|XfmeaFailure]]'''</code>
**<code>'''[[XfmeaFailure Class|XfmeaFailure]]'''</code>


*The <code>'''[[WeibullDataSet Class|WeibullDataSet]]'''</code> object represents a Weibull++ standard folio data sheet. Instances of this class can be used define a data set and fit a statistical distribution to the data.
*The <code>'''[[WeibullDataSet Class|WeibullDataSet]]'''</code> object represents a Weibull++ standard folio data sheet. Instances of this class are used define a data set and fit a statistical distribution to the data.


*The <code>'''[[ALTADataSet Class|ALTADataSet]]'''</code> object represents an ALTA standard folio data sheet. Instances of this class can be used to define a data set, and fit a distribution and life-stress relationship to the data.  
*The <code>'''[[ALTADataSet Class|ALTADataSet]]'''</code> object represents an ALTA standard folio data sheet. Instances of this class are used to define a data set, and fit a distribution and life-stress relationship to the data.  


*The <code>'''[[WAPlots Class|WAPlots]]'''</code> object represents a plot based on the fitted model of a <code>WeibullDataSet</code> or <code>ALTADataSet</code> object. Instances of this class can be used display a plot of the analysis results.
*The <code>'''[[WAPlots Class|WAPlots]]'''</code> object represents a plot based on the fitted model of a <code>WeibullDataSet</code> or <code>ALTADataSet</code> object. Instances of this class are used to display a plot of the analysis results.

Revision as of 16:49, 4 May 2016

DRAFT for 10.1.3

Replace the Object Library section of the page with the following draft:


Object Library

Below is a summary of the core objects in the Synthesis API library. For an alphabetical listing of all classes and enumerations in the object library, see Full Synthesis API.

  • The Repository object represents the Synthesis repository. All other objects use the functions in this class to read or write data to the repository. This class also contains the functions for importing/exporting XML files.
  • The following objects build data collections for the Synthesis Data Warehouse (SDW).
    • RawData represents a single data point.
    • RawDataSet serves as the data container for the RawData objects.
  • The XfmeaItem object represents a system hierarchy item. Instances of this class can be used to store data for a system or assembly, as well as build a multi-level system configuration.
  • The WeibullDataSet object represents a Weibull++ standard folio data sheet. Instances of this class are used define a data set and fit a statistical distribution to the data.
  • The ALTADataSet object represents an ALTA standard folio data sheet. Instances of this class are used to define a data set, and fit a distribution and life-stress relationship to the data.
  • The WAPlots object represents a plot based on the fitted model of a WeibullDataSet or ALTADataSet object. Instances of this class are used to display a plot of the analysis results.