Transfer Data to the Synthesis Data Warehouse (SDW)
Synthesis Data Warehouse (SDW) Tutorial
- Connect to a Synthesis Repository and Project
- Create a New Synthesis Resource
- Update an Existing Resource
- Calculate Results from a Model
The Synthesis Data Warehouse (SDW) — formerly called "Reliability Data Warehouse" — is a temporary data storage location in a Synthesis repository. The SDW can connect to various third-party sources and extract data for use in Weibull++, ALTA or RGA standard folios.
In this tutorial, you'll learn how to use the Synthesis API to create a custom solution for moving data over to a Synthesis repository. We'll use data from an Excel file to demonstrate this capability.
Transfer Analysis Data to a Synthesis Repository
1. We'll begin with the RawDataSet
class, which represents an SDW data collection. In this example, we'll create a data collection for use with Weibull++
Create a new module and start with the following basic code for creating an SDW data collection.