ReliaSoft API Reference: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
<ul style="line-height: 2em;">
<ul style="line-height: 2em;">


<li>[[Repository Class|Repositories]]<br>
<li>'''[[Repository Class|Repositories]]'''<br>
{{Template:Repository Class.Cmt}}</li>
{{Template:Repository Class.Cmt}}</li>


<li>[[Global Weibull|Weibull++ Standard Folio]]<br>
<li>''[[Global Weibull|Weibull++ Standard Folio]]''<br>
{{Template:Global Weibull.Cmt}}</li>
{{Template:Global Weibull.Cmt}}</li>


<li>[[Global ALTA|ALTA Standard Folio]]<br>
<li>''[[Global ALTA|ALTA Standard Folio]]''<br>
{{Template:Global ALTA.Cmt}}</li>
{{Template:Global ALTA.Cmt}}</li>


<li>[[Global Model|Weibull++/ALTA Models]]<br>
<li>''[[Global Model|Weibull++/ALTA Models]]''<br>
{{Template:Global Model.Cmt}}</li>  
{{Template:Global Model.Cmt}}</li>  


<li>[[WAPlots Class|Weibull++/ALTA Plots]]<br>
<li>''[[WAPlots Class|Weibull++/ALTA Plots]]''<br>
{{Template:WAPlots Class.Cmt}}</li>
{{Template:WAPlots Class.Cmt}}</li>


<li>[[Global Resources|Resources]]<br>
<li>''[[Global Resources|Resources]]''<br>
{{Template:Global Resources.Cmt}}
{{Template:Global Resources.Cmt}}


<li>[[Global Raw Data|Raw Data]]<br>
<li>''[[Global Raw Data|Raw Data]]''<br>
{{Template:Global Raw Data.Cmt}}</li>
{{Template:Global Raw Data.Cmt}}</li>



Revision as of 23:20, 3 February 2014

APIWiki.png



Synthesis API can be used to accomplish the exact same tasks as within Synthesis, but through a programmers 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:

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