Click or drag to resize

AnalysisInfo Class

Defines information about the analysis components of an impedance spectrum.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.CommonAnalysisInfo

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

The AnalysisInfo type exposes the following members.

Constructors
 NameDescription
Public methodAnalysisInfo Initializes a new instance of the AnalysisInfo class.
Top
Properties
 NameDescription
Public propertyIsFitUpToDate Gets or sets a value indicating whether the current parameter values were determined by a successful fit
Public propertyLastTransferFunction Gets or sets the name of the transfer function that was used for the last fit of the spectrum
Public propertyLastWeightingMode Gets or sets the name of the weighting mode that was used for the last fit of the spectrum
Public propertyModel Gets or sets the fit model.
Public propertyParameters Gets the list of fit parameters.
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