Enum TestCellType
Test cell type.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Enumerations
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public enum TestCellType
Fields
| Name | Description |
|---|---|
| CylindricalElectrodesWithGuardRing = 2 | The cylindrical electrodes with guard ring. |
| CylindricalElectrodesWithoutGuardRing = 3 | The cylindrical electrodes without guard ring. |
| DiskElectrodesWithGuardRing = 0 | The disk electrodes with guard ring. |
| DiskElectrodesWithoutGuardRing = 1 | The disk electrodes without guard ring. |
| OtherTestCell = 4 | The other test cell. |