Click or drag to resize

ImpedanceSpectrum_Fitted Class

Note: This API is now obsolete.

Represents an impedance spectrum, that also contains information about performed fits
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.CommonImpedanceSpectrum_Fitted

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
[ObsoleteAttribute("Please use ImpedanceSpectrum instead. This class is only kept to provide backwards compatibility.")]
public class ImpedanceSpectrum_Fitted

The ImpedanceSpectrum_Fitted type exposes the following members.

Constructors
 NameDescription
Public methodImpedanceSpectrum_Fitted Initializes a new ImpedanceSpectrum_Fitted object with the respective data
Top
Properties
 NameDescription
Public propertyCircuit The equivalent circuit assigned to the spectrum
Public propertyDatasource The datasource of the spectrum
Public propertyFitparameters The list of fitparameters associated with the spectrum
Public propertyFrequencies The list of frequencies for type ColumnData
Public propertyIsFitUpToDate Indicates if the current parameter values were determined by a successful fit
Public propertyLastTransferFunction The name of the transfer function that was used for the last fit of the spectrum
Public propertyLastWeightingMode The name of the weighting mode that was used for the last fit of the spectrum
Public propertyLowerFrequencyLimit The lower frequency limit of the spectrum, that defines which frequencies are taken into account for fits and additional functions.
Public propertyMetadata Collection of secondary parameters like AC Voltage or temperature
Public propertySourceFilename If the spectrum was loaded from a physical file this contains the full path+filename of the source file
Public propertySubfolder Gets or sets a subfolder that the spectrum is part of.
Public propertyUpperFrequencyLimit The upper frequency limit of the spectrum, that defines which frequencies are taken into account for fits and additional functions.
Public propertyZImag The list of Z'' values for type ColumnData
Public propertyZReal The list of Z' values for type ColumnData
Top
Methods
 NameDescription
Public methodApplyTo Apply the settings in this object to the given ImpedanceSpectrum object.
Public methodStatic memberFromImpedanceSpectrum Converts the new spectrum into a legacy spectrum with the same values.
Public methodParameterValues Converts the fitparameter list into an array of the parameter values
Top
Remarks
In order to define an eps-only spectrum (or check for on), use the metadata field with name "IsEpsOnlyData" and check if it exists and its value is 1.0. eps-only spectra contain Z' and Z'' values calculated from Z' + iZ'' = 1/(i*w*(eps'+i*eps''))
See Also