Class BasePdcResult
Base Pcd Result class.
Inheritance
System.Object
BasePdcResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public class BasePdcResult
Properties
Current
Gets or sets the polarization current.
Declaration
public double Current { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The polarization current. |
IsDepolarization
Gets or sets a value indicating whether this instance is depolarization.
Declaration
public bool IsDepolarization { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Time
Gets or sets the time.
Declaration
public double Time { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The time. |