Transfer Data to the Synthesis Data Warehouse (SDW)

From ReliaWiki
Revision as of 18:57, 27 October 2015 by Kate Racaza (talk | contribs) (Created page with '{{DISPLAYTITLE:Synthesis Data Warehouse (SDW) Tutorial}}{{Template:API}}{{InProgress}} <div style="border:1px solid #AAA; background:#f9f9f9; border-radius:10px; width:auto; marg…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
APIWiki.png


Template:InProgress

<< Back to Quick Start Guide

Synthesis Data Warehouse (SDW) Tutorial

  1. Connect to a Synthesis Repository and Project
  2. Create a New Synthesis Resource
  3. Update an Existing Resource
  4. 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.