ReliaSoft API Reference: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:
*[[ALTAEvents Class|ALTAEvents]]
*[[ALTAEvents Class|ALTAEvents]]
*[[ALTAGeneralOptions Class]]
*[[ALTAGeneralOptions Class]]
*[[ALTASolverDistribution]]
*[[ALTASolverLSR]]
*[[ALTASolverMethod]]
*[[ALTASolverModel]]
*[[ALTAStressProfile Class]]
*[[ALTAStressProfile Class]]
*[[BoundsValues Class]]
*[[BoundsValues Class]]
Line 30: Line 26:
*[[cModel Class]]
*[[cModel Class]]
*[[Common Class]]
*[[Common Class]]
*[[ConfBoundsMethods]]
*[[ConfBoundsSides]]
*[[ConfBoundsTypes]]
*[[cPool Class]]
*[[cPool Class]]
*[[cScheduledTask Class]]
*[[cScheduledTask Class]]
Line 45: Line 38:
*[[WAPlots Class]]
*[[WAPlots Class]]
*[[WAPlotSettings Class|WAPlotSettings]]
*[[WAPlotSettings Class|WAPlotSettings]]
*[[WAPlotType]]
*[[WeibullAnalysisOptions Class|WeibullAnalysisOptions]]
*[[WeibullAnalysisOptions Class|WeibullAnalysisOptions]]
*[[WeibullAnalysisResults Class|WeibullAnalysisResults]]
*[[WeibullAnalysisResults Class|WeibullAnalysisResults]]
*[[WeibullBayesianPriorDistribution]]
*[[WeibullBayesianResultsOption]]
*[[WeibullBestFitOptions Class|WeibullBestFitOptions]]
*[[WeibullBestFitOptions Class|WeibullBestFitOptions]]
*[[WeibullDataSet Class]]
*[[WeibullDataSet Class]]
*[[WeibullEvents Class|WeibullEvents]]
*[[WeibullEvents Class|WeibullEvents]]
*[[WeibullGeneralOptions Class|WeibullGeneralOptions]]
*[[WeibullGeneralOptions Class|WeibullGeneralOptions]]
*[[WeibullSolverCBMethod]]
*[[WeibullSolverDistribution]]
*[[WeibullSolverMethod]]
*[[WeibullSolverNumParameters]]
*[[WeibullSolverRankMethod]]




==Below is a list of enumerations.==
=Below is a list of enumerations=
*[[ALTASolverDistribution]]
*[[ALTASolverLSR]]
*[[ALTASolverMethod]]
*[[ALTASolverModel]]
*[[ConfBoundsMethods]]
*[[ConfBoundsSides]]
*[[ConfBoundsTypes]]
*[[ModelCategoryEnum]]
*[[ModelCategoryEnum]]
*[[ModelTypeEnum]]
*[[ModelTypeEnum]]
Line 68: Line 60:
*[[TaskFrequencyEnum]]
*[[TaskFrequencyEnum]]
*[[TaskRestorationTypeEnum]]
*[[TaskRestorationTypeEnum]]
*[[WAPlotType]]
*[[WeibullBayesianPriorDistribution]]
*[[WeibullBayesianResultsOption]]
*[[WeibullSolverCBMethod]]
*[[WeibullSolverDistribution]]
*[[WeibullSolverMethod]]
*[[WeibullSolverNumParameters]]
*[[WeibullSolverRankMethod]]

Revision as of 18:04, 9 October 2013

APIWiki.png



The Synthesis API provides a library of classes that can be used to accomplish the exact same tasks as within Synthesis, but instead though Microsoft Visual Studio allowing for a more customizable an automatable solution to reliability engineering.


The Synthesis API can be used in any development environment that supports ActiveX controls, such as Microsoft’s Visual Basic, Visual C, C#, Access or Excel. 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 user is familiar with programming in that environment.


In order to use this library in a project a reference to 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


Below is the list of classes and their methods contained in the library.


Below is a list of enumerations