This class defines a single impedance spectrum, without any metadata.
Inheritance Hierarchy Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public class ImpedanceSpectrum : IXmlSerializable
Public Class ImpedanceSpectrum
Implements IXmlSerializable
Dim instance As ImpedanceSpectrum
The ImpedanceSpectrum type exposes the following members.
Constructors | Name | Description |
---|
| ImpedanceSpectrum |
Initializes a new instance of the ImpedanceSpectrum class.
|
| ImpedanceSpectrum(IEnumerableEISDatapoint) |
Initializes a new instance of the ImpedanceSpectrum class.
|
| ImpedanceSpectrum(String) |
Initializes a new instance of the ImpedanceSpectrum class.
|
| ImpedanceSpectrum(String, IEnumerableEISDatapoint) |
Initializes a new instance of the ImpedanceSpectrum class.
|
| ImpedanceSpectrum(ICollectionDouble, ICollectionDouble, ICollectionDouble) |
Initializes a new instance of the ImpedanceSpectrum class.
|
| ImpedanceSpectrum(ICollectionDouble, ICollectionDouble, ICollectionDouble, Metadata) |
Initializes a new instance of the ImpedanceSpectrum class.
|
| ImpedanceSpectrum(String, ICollectionDouble, ICollectionDouble, ICollectionDouble) |
Initializes a new instance of the ImpedanceSpectrum class.
|
| ImpedanceSpectrum(String, ICollectionDouble, ICollectionDouble, ICollectionDouble, Metadata) |
Initializes a new instance of the ImpedanceSpectrum class.
|
TopProperties | Name | Description |
---|
| Analysis |
Gets information about the analysis data of the spectrum.
|
| Data |
Gets the spectrum data.
|
| Datasource |
Gets or sets The datasource of the spectrum.
|
| GUID |
Gets a GUID that identifies this spectrum.
|
| IsEpsOnlySpectrum |
Gets or sets a value indicating whether the spectrum is an eps-only spectrum.
|
| Metadata |
Gets the collection of secondary parameters like AC Voltage or temperature.
|
| SourceFilename |
Gets or sets the source path and filename, if the spectrum was loaded from a physical file.
|
| Subfolder |
Gets or sets a subfolder that the spectrum is part of.
|
TopMethods | Name | Description |
---|
| Duplicate |
Duplicates all properties in this spectrum into a new spectrum, with the exception of the GUID property.
|
| GetSchema | This 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. |
| ReadXml | Generates an object from its XML representation. |
| WriteXml | Converts an object into its XML representation. |
TopRemarks
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