Interface CylindricalElectrodesWithGuardRing
Test cell cylindrical electrodes with guard ring.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces.TestCells
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public interface CylindricalElectrodesWithGuardRing
Properties
ElectrodeLength
Gets the length of the electrode in meters.
Declaration
double ElectrodeLength { get; }
Property Value
Type | Description |
---|---|
System.Double | The length of the electrode in meters. |
GuardGap
Gets the guard gap in meters.
Declaration
double GuardGap { get; }
Property Value
Type | Description |
---|---|
System.Double | The guard gap in meters. |
InnerDiameter
Gets the inner diameter in meters.
Declaration
double InnerDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double | The inner diameter in meters. |
OuterDiameter
Gets the outer diameter in meters.
Declaration
double OuterDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double | The outer diameter in meters. |