Interface TestCellSample
Test cell sample class.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces.TestCells
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public interface TestCellSample
Remarks
Allows the configuration of the test cell sample related to the measurement or recorder. A test cell sample always depends on the configured TestCell.
Properties
SampleThickness
Gets or sets the sample thickness in m. Valid range: 1fm to 1km.
Declaration
double SampleThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The sample thickness in m. |
VacuumCapacitance
Gets or sets the vacuum capacitance in F. The value needs to be greater than 0.
Declaration
double VacuumCapacitance { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The vacuum capacitance in F. |