Class SingleOperatingPointAnalysis
Inheritance
System.Object
SingleOperatingPointAnalysis
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class SingleOperatingPointAnalysis : ElectricMachineAnalysis, IEquatable<APIBase>
Properties
CurrentAngle
Declaration
public double CurrentAngle { get; }
Property Value
| Type |
Description |
| System.Double |
|
DAxisCurrent
Declaration
public double DAxisCurrent { get; }
Property Value
| Type |
Description |
| System.Double |
|
ElectricalFrequency
Declaration
public double ElectricalFrequency { get; }
Property Value
| Type |
Description |
| System.Double |
|
ElectricalPeriod
Declaration
public double ElectricalPeriod { get; }
Property Value
| Type |
Description |
| System.Double |
|
ElectricMachineResults
Declaration
public ElectricMachineResultsForOpenCircuitAndOnLoad ElectricMachineResults { get; }
Property Value
LoadCase
Declaration
public ElectricMachineLoadCase LoadCase { get; }
Property Value
MechanicalPeriod
Declaration
public double MechanicalPeriod { get; }
Property Value
| Type |
Description |
| System.Double |
|
PeakLineCurrent
Declaration
public double PeakLineCurrent { get; }
Property Value
| Type |
Description |
| System.Double |
|
PeakPhaseCurrent
Declaration
public double PeakPhaseCurrent { get; }
Property Value
| Type |
Description |
| System.Double |
|
PhaseCurrentDRMS
Declaration
public double PhaseCurrentDRMS { get; }
Property Value
| Type |
Description |
| System.Double |
|
PhaseCurrentQRMS
Declaration
public double PhaseCurrentQRMS { get; }
Property Value
| Type |
Description |
| System.Double |
|
QAxisCurrent
Declaration
public double QAxisCurrent { get; }
Property Value
| Type |
Description |
| System.Double |
|
RMSPhaseCurrent
Declaration
public double RMSPhaseCurrent { get; }
Property Value
| Type |
Description |
| System.Double |
|
SlotPassingPeriod
Declaration
public double SlotPassingPeriod { get; }
Property Value
| Type |
Description |
| System.Double |
|
SlotSectionDetailsForAnalysis
Declaration
public ReadOnlyCollection<SlotDetailForAnalysis> SlotSectionDetailsForAnalysis { get; }
Property Value
TimeStepIncrement
Declaration
public double TimeStepIncrement { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods