Click or drag to resize

DRTSettings Class

This class contains all settings used in the calculation of a DRT in RelaxIS.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.RelaxISWCFLink.DRTDRTSettings

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

The DRTSettings type exposes the following members.

Constructors
 NameDescription
Public methodDRTSettings Initializes a new instance of the DRTSettings class.
Top
Properties
 NameDescription
Public propertyAutomaticNumberOfPoints Gets or sets a value indicating if the calculation should return an automatic number of time constants.
Public propertyDataType Gets or sets the type of data used in the calculation.
Public propertyDerivativeType Gets or sets the type of derivatives used in the DRT calculation.
Public propertyDiscretizationFunction Gets or sets the discretization function used in the DRT calculation.
Public propertyDoInterpolate Gets or sets a value indicating if the source data should be interpolated to a larger number of points.
Public propertyDuplicateFrequencyTreatment Gets or sets how duplicate frequencie points in the input data are treated.
Public propertyFitInductivity Gets or sets a value indicating if the inductivity should be fitted.
Public propertyFrequencyExtrapolationFactor Gets or sets the extrapolation factor used for the returned tau-range.
Public propertyInterpolationCount Gets or sets the number of values that the source data will be interpolated to if DoInterpolate is true.
Public propertyLambda Gets or sets the regularization parameter lambda used in the DRT calculation.
Public propertyNumberOfPoints Gets or sets the number of time constants returned if AutomaticNumberOfPoints is false.
Public propertyPolarizationRemoval Gets or sets the modus for removal of the low frequency polarization used in the DRT calculation.
Public propertyShapeFactor Gets or sets the shape factor used in the DRT calculation.
Top
See Also