Class OpenCircuitElectricMachineResults
Inheritance
Implements
Inherited Members
Namespace: SMT.MastaAPI.ElectricMachines.Results
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class OpenCircuitElectricMachineResults : ElectricMachineResults, IEquatable<APIBase>
Properties
BackEMFConstant
Peak line-line EMF divided by the shaft speed.
Measurement: VoltagePerAngularVelocity
Declaration
public double BackEMFConstant { get; }
Property Value
Type | Description |
---|---|
System.Double |
LineToLineBackEMFPeak
The peak line to line back EMF between all phases
Measurement: Voltage
Declaration
public double LineToLineBackEMFPeak { get; }
Property Value
Type | Description |
---|---|
System.Double |
LineToLineBackEMFRMS
The max RMS line to line back EMF between all phases
Measurement: Voltage
Declaration
public double LineToLineBackEMFRMS { get; }
Property Value
Type | Description |
---|---|
System.Double |
LineToLineBackEMFTotalHarmonicDistortion
The ratio of the root mean squared of the amplitudes of the second and higher harmonics to the amplitude of the first harmonic. The value is given for the maximum value over the phases.
Measurement: Percentage
Declaration
public double LineToLineBackEMFTotalHarmonicDistortion { get; }
Property Value
Type | Description |
---|---|
System.Double |
PhaseBackEMFPeak
The max peak phase back EMF across all phases
Measurement: Voltage
Declaration
public double PhaseBackEMFPeak { get; }
Property Value
Type | Description |
---|---|
System.Double |
PhaseBackEMFRMS
The max RMS back EMF between all phases
Measurement: Voltage
Declaration
public double PhaseBackEMFRMS { get; }
Property Value
Type | Description |
---|---|
System.Double |
PhaseBackEMFTotalHarmonicDistortion
The ratio of the root mean squared of the amplitudes of the second and higher harmonics to the amplitude of the first harmonic. The value is given for the maximum value over the phases.
Measurement: Percentage
Declaration
public double PhaseBackEMFTotalHarmonicDistortion { get; }
Property Value
Type | Description |
---|---|
System.Double |