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 |