Enum Trend
Polarization current trend.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Enumerations
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public enum Trend
Fields
Name | Description |
---|---|
Constant = 3 | The measured signal is (more or less) steady. There seems to be no polarization from previous measurements. A combined FDS / PDC measurement should be possible. |
NotAvailable = 5 | The trend information is not available for depolarization. |
SteadilyAscending = 0 | The measured current is ascending. Please make sure that there are no other power sources connected to the test object and check if all cables are connected correctly. |
SteadilyDescending = 1 | The measured current is decreasing. There may still be remaining polarization from a previous test. It is recommended to wait until the signal becomes steady before starting a new measurement. |
Unknown = 4 | No recommendation can be made. |
Unsteady = 2 | The measured signal is unsteady. This may be due to connection problems or a noisy environment. If the signal does not become steady, it is recommended to measure only in FDS mode (with improved noise suppression). |