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 |