Interface RecorderPdcResult
Interface describing recorder PDC results.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces.MeasurementModes.Recording.Results
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public interface RecorderPdcResult
Properties
Current
Gets the current in Ampere. The type depends on IsPolarizationCurrent.
Declaration
double Current { get; }
Property Value
Type | Description |
---|---|
System.Double |
IsPolarizationCurrent
Gets a value indicating whether the Current is polarization current.
Declaration
bool IsPolarizationCurrent { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Trend
Gets the recording trend (not available for depolarization).
Declaration
Trend Trend { get; }
Property Value
Type | Description |
---|---|
Trend |