• 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

    Class BaseFdsResult

    Base device Results.

    Inheritance
    System.Object
    BaseFdsResult
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface
    Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
    Syntax
    public class BaseFdsResult

    Constructors

    BaseFdsResult(Double, Double, Double, Double)

    Initializes a new instance of the BaseFdsResult class.

    Declaration
    public BaseFdsResult(double frequency, double capacitance1, double capacitance2, double vacuumCapacitance)
    Parameters
    Type Name Description
    System.Double frequency

    The frequency.

    System.Double capacitance1

    The capacitance1.

    System.Double capacitance2

    The capacitance2.

    System.Double vacuumCapacitance

    The vacuum capacitance.

    Properties

    Admittance

    Gets the admittance.

    Declaration
    public Complex Admittance { get; }
    Property Value
    Type Description
    Complex

    ComplexCapacitance

    Gets the complex capacitance.

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

    The imaginary part covers polarization losses.

    Epsilon

    Gets the epsilon.

    Declaration
    public Complex Epsilon { get; }
    Property Value
    Type Description
    Complex

    Frequency

    Gets the frequency.

    Declaration
    public double Frequency { get; }
    Property Value
    Type Description
    System.Double

    Impedance

    Gets the impedance.

    Declaration
    public Complex Impedance { get; }
    Property Value
    Type Description
    Complex

    Omega

    Gets the circular frequency omega.

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

    ParallelCapacitance

    Gets the parallel capacitance at a defined frequency.

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

    ParallelResistance

    Gets the parallel resistance at a defined frequency.

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

    PowerFactor

    Gets the power factor.

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

    SerialCapacitance

    Gets he serial capacitance at a defined frequency.

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

    SerialResistance

    Gets the serial resistance at a defined frequency.

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

    TangentDelta

    Getsthe tangent delta.

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

    VacuumCapacitance

    Gets the vacuum capacitance C0.

    Declaration
    public double VacuumCapacitance { get; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX