Version: 13.0

    Show / Hide Table of Contents

    Class SingleOperatingPointAnalysis

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    ElectricMachineAnalysis
    SingleOperatingPointAnalysis
    ElectricMachineFEAnalysis
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    ElectricMachineAnalysis._parent
    ElectricMachineAnalysis.AnalysisTime
    ElectricMachineAnalysis.MagnetTemperature
    ElectricMachineAnalysis.WindingsTemperature
    ElectricMachineAnalysis.ElectricMachineDetail
    ElectricMachineAnalysis.Setup
    ElectricMachineAnalysis.ResultsReady
    ElectricMachineAnalysis.PerformAnalysis()
    ElectricMachineAnalysis.PerformAnalysisWithProgress(TaskProgress)
    ElectricMachineAnalysis.ReportNames
    ElectricMachineAnalysis.OutputDefaultReportTo(String)
    ElectricMachineAnalysis.GetDefaultReportWithEncodedImages()
    ElectricMachineAnalysis.OutputActiveReportTo(String)
    ElectricMachineAnalysis.OutputActiveReportAsTextTo(String)
    ElectricMachineAnalysis.GetActiveReportWithEncodedImages()
    ElectricMachineAnalysis.OutputNamedReportTo(String, String)
    ElectricMachineAnalysis.OutputNamedReportAsMastaReport(String, String)
    ElectricMachineAnalysis.OutputNamedReportAsTextTo(String, String)
    ElectricMachineAnalysis.GetNamedReportWithEncodedImages(String)
    APIBase.DisconnectFromMASTA()
    APIBase.GetProperty<T>(String)
    APIBase.SetProperty(String, Object)
    APIBase.cacheRpds
    APIBase.clearCachedRpds()
    APIBase.getNamedObjectList<TElementType>(String)
    APIBase.getExpandableProperty<TReturnType>(String)
    APIBase.callPartialMethod(String, (T1, T2)<Type, Object>[])
    APIBase.callPartialMethod<T>(String, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T1, T2>(String, (T1, T2)<Type, Object>, T1, T2)
    APIBase.getPartialProperty(String)
    APIBase.setPartialProperty(String, Object)
    APIBase.IsValid(String)
    APIBase.IsReadOnly(String)
    APIBase.isInvalid
    APIBase.DocumentationUrl()
    APIBase.ToString()
    APIBase.RunPython<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String)
    APIBase.RunPython<T>(String, String)
    APIBase.CreateObjRef(Type)
    APIBase.RunPython(String, String, Object)
    APIBase.createWrappedRange(Double, Double)
    APIBase.createWrappedVector2D(Double, Double)
    APIBase.createWrappedPosition3D(Double, Double, Double)
    APIBase.Equals(APIBase)
    APIBase.GetHashCode()
    APIBase.Equals(Object)
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
    Namespace: SMT.MastaAPI.ElectricMachines.LoadCasesAndAnalyses
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    public abstract class SingleOperatingPointAnalysis : ElectricMachineAnalysis, IEquatable<APIBase>

    Properties

    CurrentAngle

    Measurement: Angle

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

    DAxisCurrent

    Measurement: ElectricCurrent

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

    ElectricalFrequency

    Also known as the Fundamental Frequency.

    Measurement: Frequency

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

    ElectricalPeriod

    Measurement: TimeVeryShort

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

    ElectricMachineResults

    Declaration
    public ElectricMachineResultsForOpenCircuitAndOnLoad ElectricMachineResults { get; }
    Property Value
    Type Description
    ElectricMachineResultsForOpenCircuitAndOnLoad

    LoadCase

    Declaration
    public ElectricMachineLoadCase LoadCase { get; }
    Property Value
    Type Description
    ElectricMachineLoadCase

    MechanicalPeriod

    Measurement: TimeVeryShort

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

    PeakLineCurrent

    Measurement: ElectricCurrent

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

    PeakPhaseCurrent

    Measurement: ElectricCurrent

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

    PhaseCurrentDRMS

    Minus RMS Phase Current * Sin(Current Angle)

    Measurement: Voltage

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

    PhaseCurrentQRMS

    RMS Phase Current * Cos(Current Angle)

    Measurement: Voltage

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

    QAxisCurrent

    Measurement: ElectricCurrent

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

    RMSPhaseCurrent

    Measurement: ElectricCurrent

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

    SlotPassingPeriod

    Measurement: TimeVeryShort

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

    SlotSectionDetailsForAnalysis

    Declaration
    public ReadOnlyCollection<SlotDetailForAnalysis> SlotSectionDetailsForAnalysis { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<SlotDetailForAnalysis>

    TimeStepIncrement

    Measurement: TimeVeryShort

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

    Implements

    System.IEquatable<T>

    Extension Methods

    UtilityMethods.IsReadOnly<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsValid<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsMethodValid<T>(T, Expression<Func<T, Action>>)
    UtilityMethods.IsMethodReadOnly<T>(T, Expression<Func<T, Action>>)
    Back to top