InductivityTreatment Enumeration |
Defines how the inductivity is treated in the calculation.
Namespace: RelaxIS_SDK.RelaxISWCFLink.DRTAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.25.6
Syntaxpublic enum InductivityTreatment
Public Enumeration InductivityTreatment
Dim instance As InductivityTreatment
Members| Member name | Value | Description |
|---|
| Ignore | 0 |
The inductivity is neither fitted, nor are data points treated in any way.
|
| FitInductivity | 1 |
Fit the inductivity, do not alter the datapoints.
|
| RemoveInductiveDataPoints | 2 |
Remove datapoints with positive imaginary part at high frequencies, do not fit the inductivity afterwards.
|
See Also