Click or drag to resize

EISRawData Class

Defines a blob of raw EIS data to import. The data will be automatically split by frequencies.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.Common.FileFormatEISRawData

Namespace: RelaxIS_SDK.Common.FileFormat
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class EISRawData : IXmlSerializable

The EISRawData type exposes the following members.

Constructors
 NameDescription
Public methodEISRawData Initializes a new instance of the EISRawData class.
Public methodEISRawData(IListDouble, IListDouble, IListDouble) Initializes a new instance of the EISRawData class.
Public methodEISRawData(IListDouble, IListDouble, IListDouble, MetadataValueList) Initializes a new instance of the EISRawData class.
Top
Properties
 NameDescription
Public propertyAutomaticSplitAfterSplitMode Gets or sets a value that indicates whether an automatic split is performed after the chose split mode is executed.
Public propertyDatapoints Gets a collection of datapoints.
Public propertyDatasource Gets or sets The datasource of the spectrum.
Public propertyIsEpsOnlySpectrum Gets or sets a value indicating whether the spectrum data is eps-only.
Public propertyNoDatapointsPerSpectrum Gets or sets the number of datapoints per spectrum, in case SplitMode is NumberOfPoints.
Public propertySourceFilename Gets or sets the source path and filename, if the data was loaded from a physical file.
Public propertySplitMode Gets or sets the split mode to use.
Public propertySplitOnDuplicateFrequencies Gets or sets a value indicating whether duplicate frequencies in the list cause a split to a new spectrum.
Top
Methods
 NameDescription
Public methodGetSchemaThis method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return ( in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.
Public methodReadXmlGenerates an object from its XML representation.
Public methodWriteXmlConverts an object into its XML representation.
Top
See Also