Interface TestCell
Test cell settings class.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces.TestCells
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public interface TestCell
Remarks
Allows to configure the appropriate TestCell. Depending on the test cell also the configuration of a:
- TestCellSample in case of frequency sweep measurements and recorders or
- TestCellSampleReference in case of reference measurements
Properties
TestCellType
Gets the type of the selected test cell.
Declaration
TestCellType TestCellType { get; }
Property Value
Type | Description |
---|---|
TestCellType |
Methods
ConfigureCylindricalElectrodeWithGuardRingTestCell(Double, Double, Double, Double)
Configures the cylindrical electrode with guard ring test cell.
Declaration
CylindricalElectrodesWithGuardRing ConfigureCylindricalElectrodeWithGuardRingTestCell(double innerDiameter, double outerDiameter, double guardGap, double electrodeLength)
Parameters
Type | Name | Description |
---|---|---|
System.Double | innerDiameter | The inner diameter in meters. Range: 1fm to 1km. |
System.Double | outerDiameter | The outer diameter in meters. Range: 1fm to 1km. |
System.Double | guardGap | The guard gap in meters. Range: 1fm to 1km. |
System.Double | electrodeLength | Length of the electrode in meters. Range: 1fm to 1km. |
Returns
Type | Description |
---|---|
CylindricalElectrodesWithGuardRing |
ConfigureCylindricalElectrodeWithoutGuardRingTestCell(Double, Double, Double)
Configures the cylindrical electrode without guard ring test cell.
Declaration
CylindricalElectrodesWithoutGuardRing ConfigureCylindricalElectrodeWithoutGuardRingTestCell(double innerDiameter, double outerDiameter, double electrodeLength)
Parameters
Type | Name | Description |
---|---|---|
System.Double | innerDiameter | The inner diameter in meters. Range: 1fm to 1km. |
System.Double | outerDiameter | The outer diameter in meters. Range: 1fm to 1km. |
System.Double | electrodeLength | Length of the electrode in meters. Range: 1fm to 1km. |
Returns
Type | Description |
---|---|
CylindricalElectrodesWithoutGuardRing |
ConfigureDiskElectrodeWithGuardRingTestCell(Double, Double)
Configures the disk electrode with guard ring test cell.
Declaration
DiskElectrodesWithGuardRing ConfigureDiskElectrodeWithGuardRingTestCell(double diameter, double guardGap)
Parameters
Type | Name | Description |
---|---|---|
System.Double | diameter | The diameter in meters. Range: 1fm to 1km. |
System.Double | guardGap | The guard gap in meters. Range: 1fm to 1km. |
Returns
Type | Description |
---|---|
DiskElectrodesWithGuardRing |
ConfigureDiskElectrodeWithoutGuardRingTestCell(Double)
Configures the disk electrode without guard ring test cell.
Declaration
DiskElectrodesWithoutGuardRing ConfigureDiskElectrodeWithoutGuardRingTestCell(double diameter)
Parameters
Type | Name | Description |
---|---|---|
System.Double | diameter | The diameter in meters. Range: 1fm to 1km. |
Returns
Type | Description |
---|---|
DiskElectrodesWithoutGuardRing |
ConfigureDsh100TestCell()
Configures the DSH100 test cell.
Declaration
Dsh100 ConfigureDsh100TestCell()
Returns
Type | Description |
---|---|
Dsh100 |
ConfigureOtherTestCell()
Configures the other test cell.
Declaration
OtherTestCell ConfigureOtherTestCell()
Returns
Type | Description |
---|---|
OtherTestCell |