• 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 Results

    The Combined result class.

    Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces.MeasurementModes.Sweep.FrequencySweep
    Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
    Syntax
    public interface Results

    Properties

    Admittance

    Gets the admittance.

    Declaration
    Complex[] Admittance { get; }
    Property Value
    Type Description
    Complex[]

    ComplexCapacitance

    Gets the complex capacitance.

    Declaration
    Complex[] ComplexCapacitance { get; }
    Property Value
    Type Description
    Complex[]
    Remarks

    The imaginary part covers polarization losses.

    Conductivity

    Gets the conductivity in S.

    Declaration
    double[] Conductivity { get; }
    Property Value
    Type Description
    System.Double[]

    DepolarizationCurrent

    Gets the de polarization current.

    Declaration
    double[] DepolarizationCurrent { get; }
    Property Value
    Type Description
    System.Double[]

    The de polarization current.

    DepolarizationResults

    Gets the depolarization PDC results.

    Declaration
    Dictionary<double, BasePdcResult> DepolarizationResults { get; }
    Property Value
    Type Description
    Dictionary<System.Double, BasePdcResult>
    Remarks

    This property is not visible via COM.

    DepolarizationTime

    Gets the depolarization time.

    Declaration
    double[] DepolarizationTime { get; }
    Property Value
    Type Description
    System.Double[]

    The time.

    EpsilonRelative

    Gets the relative permittivity.

    Declaration
    Complex[] EpsilonRelative { get; }
    Property Value
    Type Description
    Complex[]

    FdsResults

    Gets the FDS results.

    Declaration
    Dictionary<double, BaseFdsResult> FdsResults { get; }
    Property Value
    Type Description
    Dictionary<System.Double, BaseFdsResult>

    The FDS results.

    Remarks

    This property is not visible via COM.

    FrequencyPoints

    Gets the frequency.

    Declaration
    double[] FrequencyPoints { get; }
    Property Value
    Type Description
    System.Double[]

    Impedance

    Gets the impedance.

    Declaration
    Complex[] Impedance { get; }
    Property Value
    Type Description
    Complex[]

    Omega

    Gets the circular frequency omega.

    Declaration
    double[] Omega { get; }
    Property Value
    Type Description
    System.Double[]

    ParallelCapacitance

    Gets the parallel capacitance at a defined frequency.

    Declaration
    double[] ParallelCapacitance { get; }
    Property Value
    Type Description
    System.Double[]

    ParallelResistance

    Gets the parallel resistance at a defined frequency.

    Declaration
    double[] ParallelResistance { get; }
    Property Value
    Type Description
    System.Double[]

    PolarizationCurrent

    Gets the polarization current.

    Declaration
    double[] PolarizationCurrent { get; }
    Property Value
    Type Description
    System.Double[]

    The polarization current.

    PolarizationResults

    Gets the polarization PDC results.

    Declaration
    Dictionary<double, BasePdcResult> PolarizationResults { get; }
    Property Value
    Type Description
    Dictionary<System.Double, BasePdcResult>
    Remarks

    This property is not visible via COM.

    PolarizationTime

    Gets the polarization time.

    Declaration
    double[] PolarizationTime { get; }
    Property Value
    Type Description
    System.Double[]

    The time.

    PowerFactor

    Gets the power factor.

    Declaration
    double[] PowerFactor { get; }
    Property Value
    Type Description
    System.Double[]

    Resistance

    Gets the resistance in Ω.

    Declaration
    double[] Resistance { get; }
    Property Value
    Type Description
    System.Double[]

    SerialCapacitance

    Gets the serial capacitance at a defined frequency.

    Declaration
    double[] SerialCapacitance { get; }
    Property Value
    Type Description
    System.Double[]

    SerialResistance

    Gets the serial resistance at a defined frequency.

    Declaration
    double[] SerialResistance { get; }
    Property Value
    Type Description
    System.Double[]

    SpecificConductivity

    Gets the specific conductivity in S/m.

    Declaration
    double[] SpecificConductivity { get; }
    Property Value
    Type Description
    System.Double[]

    SpecificResistance

    Gets the specific resistance in Ωm.

    Declaration
    double[] SpecificResistance { get; }
    Property Value
    Type Description
    System.Double[]

    TangentDelta

    Gets the tangent delta.

    Declaration
    double[] TangentDelta { get; }
    Property Value
    Type Description
    System.Double[]

    Methods

    Count(ResultType)

    Gets the number of results for the specified result type.

    Declaration
    int Count(ResultType resultType)
    Parameters
    Type Name Description
    ResultType resultType

    Type of the result.

    Returns
    Type Description
    System.Int32
    Back to top Generated by DocFX