ReliaSoft API Reference: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
The Synthesis API includes a rich set of classes/enumerations that allow you to work with any of the following components of the Synthesis Platform:
The Synthesis API includes a rich set of classes/enumerations that allow you to work with any of the following components of the Synthesis Platform:


*'''[[Repository Class|Repositories]]''': This class allows {{Template:Repository Class.Cmt}} <!--Also used in Repository_Class-->
*'''[[Repository Class|Repositories]]''': {{Template:Global Repository.Cmt}}
*'''[[Global Weibull|Weibull++ Standard Folio]]''': {{Template:Global Weibull.Cmt}}
*'''[[Global Weibull|Weibull++ Standard Folio]]''': {{Template:Global Weibull.Cmt}}
*'''[[Global ALTA|ALTA Standard Folio]]''': {{Template:Global ALTA.Cmt}}
*'''[[Global ALTA|ALTA Standard Folio]]''': {{Template:Global ALTA.Cmt}}

Revision as of 22:03, 5 February 2014

APIWiki.png



Synthesis API can be used to accomplish the exact same tasks as within Synthesis, but through a programmer's own custom-developed code. This allows for a more customizable and automated solution to reliability engineering. The sample code and documentation in this manual have been prepared for the Microsoft Visual Studio 2010 (Visual Basic and .Net) development environment, and we assume that the programmer is familiar with programming in that environment.


In order to use this library in a project, a reference to the ReliaSoft Synthesis API Library is required. The library is located in the folder where ReliaSoft Synthesis is installed. By default, this folder is "C:\Program Files\ReliaSoft\Synthesis 9."

  • .NET developers – use SynthesisAPI.dll
  • VB6 / VBA developers – use SynthesisAPI.tlb


The Synthesis API includes a rich set of classes/enumerations that allow you to work with any of the following components of the Synthesis Platform:

  • Repositories: Allow an application to access and edit Synthesis repositories.
  • Weibull++ Standard Folio: Access the analytical capabilities of a Weibull++ standard folio.
  • ALTA Standard Folio: Access the analytical capabilities of an ALTA standard folio.
  • Weibull++/ALTA Models: Build models in Weibull++/ALTA.
  • Weibull++/ALTA Plots: Generate plots from a Weibull++/ALTA standard folio.
  • Resources: Use these classes to create resources, edit their properties and calculate reliability metrics from fitted models.
  • Raw Data: Work with raw reliability data that can be stored in the Reliability Data Warehouse (RDW).
  • Displayed Language: This class is used Sets the language of the entire library.


A complete list of all the classes and enumerations in the Synthesis API is available here.