• General
  • Api Documentation

    Show / Hide Table of Contents
    • OmicronLab.MaterialAnalyzer.AutomationInterface
      • BaseFdsResult
      • BasePdcResult
      • CombinedFrequencySweepSettingsImplementation
      • FdsFrequencySweepSettingsImplementation
      • FrequencySweepSettingsBase
      • FrequencySweepSettingsFactory
      • MeasurementImplementation
      • MeasurementSettingsImplementation
      • PdcFrequencySweepSettingsImplementation
      • PreMeasurementImplementation
      • RecorderFdsResultImplementation
      • RecorderImplementation
      • RecorderPdcResultImplementation
      • ReferenceMeasurementImplementation
      • Spectano100
    • OmicronLab.MaterialAnalyzer.AutomationInterface.DataTypes
      • Complex
    • OmicronLab.MaterialAnalyzer.AutomationInterface.DataTypes.Interfaces
      • IComplex
    • OmicronLab.MaterialAnalyzer.AutomationInterface.Enumerations
      • ApplyState
      • DeviceStatus
      • ExecutionState
      • FdsPdcConversionTime
      • LogLevel
      • MeasurementMode
      • NoiseSuppression
      • PreMeasurementDelayType
      • PreMeasurementState
      • QualityCheckState
      • ReconnectionState
      • RecorderState
      • ResultType
      • StopState
      • TestCellType
      • Trend
      • UploadState
    • OmicronLab.MaterialAnalyzer.AutomationInterface.EventHelper
      • DeviceEvents
      • FrequencySweepMeasurementEvents
      • PreMeasurementEvents
      • RecorderEvents
    • OmicronLab.MaterialAnalyzer.AutomationInterface.Extensions
      • CommonExtension
    • OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces
      • DeviceEventDelegates
      • DeviceEventDelegates.DeviceStatusChangedDelegate
      • DeviceEventDelegates.RuntimeErrorDelegate
      • SpectanoDevice
    • OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces.MeasurementModes.Recording
      • Recorder
      • RecorderEventDelegates
      • RecorderEventDelegates.FdsResultAvailableDelegate
      • RecorderEventDelegates.PdcResultAvailableDelegate
      • RecorderEventDelegates.RecorderStatusChangedDelegate
      • Recording
    • OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces.MeasurementModes.Recording.Results
      • RecorderFdsResult
      • RecorderPdcResult
    • OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces.MeasurementModes.Sweep
      • Sweep
    • OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces.MeasurementModes.Sweep.FrequencySweep
      • FrequencySweepEventDelegates
      • FrequencySweepEventDelegates.ExecutionProgressUpdateDelegate
      • FrequencySweepEventDelegates.NewFdsResultAvailableDelegate
      • FrequencySweepEventDelegates.NewPdcResultAvailableDelegate
      • FrequencySweepMeasurement
      • Results
    • OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces.MeasurementModes.Sweep.FrequencySweep.PreMeasurements
      • PreMeasurement
      • PreMeasurementEventDelegates
      • PreMeasurementEventDelegates.QualityCheckStateDelegate
      • PreMeasurementEventDelegates.TimeDelayAndCurrentCheckerStateDelegate
    • OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces.MeasurementModes.Sweep.FrequencySweep.ReferenceMeasurement
      • ReferenceMeasurement
      • ReferenceMeasurements
    • OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces.MeasurementModes.Sweep.FrequencySweep.Settings
      • CombinedFrequencySweepSettings
      • CustomCombinedFrequencySweepSettings
      • CustomFdsFrequencySweepSettings
      • CustomPdcFrequencySweepSettings
      • FdsFrequencySweepSettings
      • FrequencySweepSettings
      • MeasurementSettings
      • PdcFrequencySweepSettings
    • OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces.TestCells
      • CylindricalElectrodesWithGuardRing
      • CylindricalElectrodesWithoutGuardRing
      • DiskElectrodesWithGuardRing
      • DiskElectrodesWithoutGuardRing
      • Dsh100
      • OtherTestCell
      • TestCell
      • TestCellSample
      • TestCellSampleReference
    • SpectanoAIExample
      • Program

    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
    is required.

    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
    Back to top Generated by DocFX