ReliaSoft API Reference: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:


* VB6 / VBA developers – use SynthesisAPI.tlb
* VB6 / VBA developers – use SynthesisAPI.tlb


The below list contains all classes, methods and enumerations for Synthesis API.
The below list contains all classes, methods and enumerations for Synthesis API.


*[[Global ALTA|ALTA]] {{Template:APIComment|{{Template:Global ALTA.Cmt}}
 
*[[RawData Class|RawData]] {{Template:APIComment|{{Template:RawData Class.Cmt}}
*[[Global ALTA|ALTA]] {{Template:APIComment|{{Template:Global ALTA.Cmt}}}}
*[[RawDataSet Class|RawDataSet]] {{Template:APIComment|{{Template:RawDataSet Class.Cmt}}
*[[RawData Class|RawData]] {{Template:APIComment|{{Template:RawData Class.Cmt}}}}
*[[Repository Class|Repository]] {{Template:APIComment|{{Template:Repository Class.Cmt}}
*[[RawDataSet Class|RawDataSet]] {{Template:APIComment|{{Template:RawDataSet Class.Cmt}}}}
*[[Global Resources|Resources]] {{Template:APIComment|{{Template:Global Resources.Cmt}}
*[[Repository Class|Repository]] {{Template:APIComment|{{Template:Repository Class.Cmt}}}}
*[[Global Weibull|Weibull++]] {{Template:APIComment|{{Template:Global Weibull.Cmt}}
*[[Global Resources|Resources]] {{Template:APIComment|{{Template:Global Resources.Cmt}}}}
*[[Global Model|Weibull++ & ALTA Models]] {{Template:APIComment|{{Template:Global Model.Cmt}}
*[[Global Weibull|Weibull++]] {{Template:APIComment|{{Template:Global Weibull.Cmt}}}}
*[[WAPlots Class|Weibull++ & ALTA Plots]] {{Template:APIComment|{{Template:WAPlots Class.Cmt}}
*[[Global Model|Weibull++ & ALTA Models]] {{Template:APIComment|{{Template:Global Model.Cmt}}}}
*[[WAPlots Class|Weibull++ & ALTA Plots]] {{Template:APIComment|{{Template:WAPlots Class.Cmt}}}}


To see a more detailed list organized by classes, methods, and enumerations see a [[SynAPIRef.DetailedList|detailed list]].
To see a more detailed list organized by classes, methods, and enumerations see a [[SynAPIRef.DetailedList|detailed list]].

Revision as of 20:49, 31 January 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. It’s located in the folder where ReliaSoft Synthesis is installed.
By default it is “C:\Program Files\ReliaSoft\Synthesis 9”.

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


The below list contains all classes, methods and enumerations for Synthesis API.


To see a more detailed list organized by classes, methods, and enumerations see a detailed list.