ReliaSoft API Reference: Difference between revisions
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
* VB6 / VBA developers – use SynthesisAPI.tlb | * VB6 / VBA developers – use SynthesisAPI.tlb | ||
The below list contains all classes, methods and enumerations for Synthesis API. | |||
*[[Global ALTA|ALTA]] | |||
*[[ | |||
*[[RawData Class|RawData]] | *[[RawData Class|RawData]] | ||
*[[RawDataSet Class|RawDataSet]] | *[[RawDataSet Class|RawDataSet]] | ||
*[[Repository Class|Repository]] | *[[Repository Class|Repository]] | ||
*[[ | *[[Global Resources|Resources]] | ||
*[[ | *[[Global Weibull|Weibull++]] | ||
*[[ | *[[Global Model|Weibull++ and ALTA Models]] | ||
*[[ | *[[Global WAPlots|Weibull++ and ALTA Plots]] | ||
To see a more detailed list see a [[SynAPIRef.DetailedList|detailed list]]. | |||
Revision as of 20:30, 31 January 2014
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.
- ALTA
- RawData
- RawDataSet
- Repository
- Resources
- Weibull++
- Weibull++ and ALTA Models
- Weibull++ and ALTA Plots
To see a more detailed list see a detailed list.