RawDataSet Class: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Chris Kahn (talk | contribs) No edit summary |
||
Line 13: | Line 13: | ||
*ExtractedBy (as ''string'') {{APIComment|Gets or sets the name of the person who extracted the data set.}} | *ExtractedBy (as ''string'') {{APIComment|Gets or sets the name of the person who extracted the data set.}} | ||
*ExtractedType (as ''[[AnalyticalDataSetType Enumeration|AnalyticalDataSetType]]'') {{APIComment|Gets or sets whether the data set is for use with Weibull++ or RGA.}} | *ExtractedType (as ''[[AnalyticalDataSetType Enumeration|AnalyticalDataSetType]]'') {{APIComment|Gets or sets whether the data set is for use with Weibull++ or RGA.}} | ||
== Examples == | |||
Full application examples are available at Synthesis_API_Reference#Application_Examples. |
Revision as of 17:37, 6 May 2014
To view an added data set in Weibull++ or RGA, choose Project > Synthesis > RDW to Folio.
Methods
- AddDataRow( RawData ) Adds the specified RawData object to RawDataSet.
- Clear Clears all RawData objects from RawDataSet.
Properties
- ExtractedName (as string) Gets or sets the name of the data set.
- ExtractedDate (as date) Gets or sets the date when the data set was extracted.
- ExtractedBy (as string) Gets or sets the name of the person who extracted the data set.
- ExtractedType (as AnalyticalDataSetType) Gets or sets whether the data set is for use with Weibull++ or RGA.
Examples
Full application examples are available at Synthesis_API_Reference#Application_Examples.