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