Class RecorderPdcResultImplementation
The recorder PDC result implementation.
Inheritance
System.Object
RecorderPdcResultImplementation
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public class RecorderPdcResultImplementation : RecorderPdcResult
Properties
Current
Gets the current. The type depends on IsPolarizationCurrent.
Declaration
public double Current { get; }
Property Value
Type | Description |
---|---|
System.Double |
IsPolarizationCurrent
Gets a value indicating whether the Current is polarization current.
Declaration
public bool IsPolarizationCurrent { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Trend
Gets the trend of the measurement.
Declaration
public Trend Trend { get; }
Property Value
Type | Description |
---|---|
Trend |