Click or drag to resize

DRTResult Class

This class defines the results of a DRT calculation performed by RelaxIS WCF.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.RelaxISWCFLink.DRTDRTResult

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

The DRTResult type exposes the following members.

Constructors
 NameDescription
Public methodDRTResultInitializes a new instance of the DRTResult class
Top
Properties
 NameDescription
Public propertyGammas Gets or sets the calculated gamma values.
Public propertyInductivity Gets or sets the inductivity found by the fit, if FitInductivity was true.
Public propertyResistance Gets or sets the series resistance determined by the calculation.
Public propertyTaus Gets or sets the calculated time constant (tau) values.
Public propertyUsedFrequencies Gets or sets the list of frequencies actually used for the calculation.
Public propertyUsedZImag Gets or sets the list of imaginary parts actually used for the calculation.
Public propertyUsedZReal Gets or sets the list of real parts actually used for the calculation.
Top
See Also