Click or drag to resize

ImpedanceSpectrum Class

This class defines a single impedance spectrum, without any metadata.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.CommonImpedanceSpectrum

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

The ImpedanceSpectrum type exposes the following members.

Constructors
 NameDescription
Public methodImpedanceSpectrum Initializes a new instance of the ImpedanceSpectrum class.
Public methodImpedanceSpectrum(IEnumerableEISDatapoint) Initializes a new instance of the ImpedanceSpectrum class.
Public methodImpedanceSpectrum(String) Initializes a new instance of the ImpedanceSpectrum class.
Public methodImpedanceSpectrum(String, IEnumerableEISDatapoint) Initializes a new instance of the ImpedanceSpectrum class.
Public methodImpedanceSpectrum(ICollectionDouble, ICollectionDouble, ICollectionDouble) Initializes a new instance of the ImpedanceSpectrum class.
Public methodImpedanceSpectrum(ICollectionDouble, ICollectionDouble, ICollectionDouble, Metadata) Initializes a new instance of the ImpedanceSpectrum class.
Public methodImpedanceSpectrum(String, ICollectionDouble, ICollectionDouble, ICollectionDouble) Initializes a new instance of the ImpedanceSpectrum class.
Public methodImpedanceSpectrum(String, ICollectionDouble, ICollectionDouble, ICollectionDouble, Metadata) Initializes a new instance of the ImpedanceSpectrum class.
Top
Properties
 NameDescription
Public propertyAnalysis Gets information about the analysis data of the spectrum.
Public propertyData Gets the spectrum data.
Public propertyDatasource Gets or sets The datasource of the spectrum.
Public propertyGUID Gets a GUID that identifies this spectrum.
Public propertyIsEpsOnlySpectrum Gets or sets a value indicating whether the spectrum is an eps-only spectrum.
Public propertyMetadata Gets the collection of secondary parameters like AC Voltage or temperature.
Public propertySourceFilename Gets or sets the source path and filename, if the spectrum was loaded from a physical file.
Public propertySubfolder Gets or sets a subfolder that the spectrum is part of.
Top
Methods
 NameDescription
Public methodDuplicate Duplicates all properties in this spectrum into a new spectrum, with the exception of the GUID property.
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
Remarks
In order to define an eps-only spectrum (or check for on), set the IsEpsOnlySpectrum to true and fill the data with "impedance" values calculated via Z' + iZ'' = 1/(i*w*(eps'+i*eps'')).
See Also