Click or drag to resize

InductivityTreatment Enumeration

Defines how the inductivity is treated in the calculation.

Namespace: RelaxIS_SDK.RelaxISWCFLink.DRT
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.25.6
Syntax
public enum InductivityTreatment
Members
Member nameValueDescription
Ignore0 The inductivity is neither fitted, nor are data points treated in any way.
FitInductivity1 Fit the inductivity, do not alter the datapoints.
RemoveInductiveDataPoints2 Remove datapoints with positive imaginary part at high frequencies, do not fit the inductivity afterwards.
See Also