Click or drag to resize

KramersKronigResult Class

Defines the results of a Kramers Kronig calculation.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.RelaxISWCFLink.KramersKronigKramersKronigResult

Namespace: RelaxIS_SDK.RelaxISWCFLink.KramersKronig
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class KramersKronigResult

The KramersKronigResult type exposes the following members.

Constructors
 NameDescription
Public methodKramersKronigResult Initializes a new instance of the KramersKronigResult class.
Top
Properties
 NameDescription
Public propertyCapacitance Gets the series capacitance (if available).
Public propertyInductivity Gets the series inductivity (if available).
Public propertyMu Gets the Mu value of the fit.
Public propertyResistance Gets the series resistance.
Public propertyResult Gets or sets the overall result of the calculation.
Public propertyResultData Gets the result data.
Top
Remarks
If the calculation fails, the data will be empty and the Result property has more information.
See Also