PolarizationRemoval Enumeration |
Defines the mode of removal of the polarization increase at low-frequencies.
Namespace: RelaxIS_SDK.RelaxISWCFLink.DRTAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public enum PolarizationRemoval
Public Enumeration PolarizationRemoval
Dim instance As PolarizationRemoval
Members Member name | Value | Description |
---|
DontRemove | 0 |
Do not perform any removal operation.
|
RemoveKeepAll | 1 |
Subtract the polarization but keep all values.
|
RemoveKeepSignificant | 2 |
Subtract the polarization and remove the most affected points.
|
See Also