Version: 13.0

    Show / Hide Table of Contents

    Class UShapedLayerSpecification

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    RotorInternalLayerSpecification
    UShapedLayerSpecification
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    RotorInternalLayerSpecification._parent
    RotorInternalLayerSpecification.BridgeThickness
    RotorInternalLayerSpecification.CentralBridgeThickness
    RotorInternalLayerSpecification.Name
    RotorInternalLayerSpecification.Magnets
    RotorInternalLayerSpecification.ReportNames
    RotorInternalLayerSpecification.OutputDefaultReportTo(String)
    RotorInternalLayerSpecification.GetDefaultReportWithEncodedImages()
    RotorInternalLayerSpecification.OutputActiveReportTo(String)
    RotorInternalLayerSpecification.OutputActiveReportAsTextTo(String)
    RotorInternalLayerSpecification.GetActiveReportWithEncodedImages()
    RotorInternalLayerSpecification.OutputNamedReportTo(String, String)
    RotorInternalLayerSpecification.OutputNamedReportAsMastaReport(String, String)
    RotorInternalLayerSpecification.OutputNamedReportAsTextTo(String, String)
    RotorInternalLayerSpecification.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
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    public class UShapedLayerSpecification : RotorInternalLayerSpecification, IEquatable<APIBase>

    Properties

    AngleBetweenInnerAndOuterSections

    Measurement: Angle

    Declaration
    public Overridable<double> AngleBetweenInnerAndOuterSections { get; set; }
    Property Value
    Type Description
    Overridable<System.Double>

    BridgeOffsetAboveLayerBend

    Measurement: ShortLength

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

    BridgeOffsetBelowLayerBend

    Measurement: ShortLength

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

    BridgeThicknessAboveLayerBend

    Measurement: ShortLength

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

    BridgeThicknessBelowLayerBend

    Measurement: ShortLength

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

    DistanceBetweenInnerMagnets

    Shortest straight line distance between inner magnets of the same pole.

    Measurement: ShortLength

    Declaration
    public Overridable<double> DistanceBetweenInnerMagnets { get; set; }
    Property Value
    Type Description
    Overridable<System.Double>

    DistanceBetweenOuterMagnetsAndBridge

    Shortest straight line distance between outer magnets and the bridge.

    Measurement: ShortLength

    Declaration
    public Overridable<double> DistanceBetweenOuterMagnetsAndBridge { get; set; }
    Property Value
    Type Description
    Overridable<System.Double>

    DistanceToLayer

    Minimum distance from the edge of the bore to the layer

    Measurement: ShortLength

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

    InnerMagnetClearance

    Declaration
    public MagnetClearance InnerMagnetClearance { get; set; }
    Property Value
    Type Description
    MagnetClearance

    MagnetConfiguration

    Declaration
    public MagnetConfiguration MagnetConfiguration { get; set; }
    Property Value
    Type Description
    MagnetConfiguration

    OuterMagnetLowerClearance

    Declaration
    public MagnetClearance OuterMagnetLowerClearance { get; set; }
    Property Value
    Type Description
    MagnetClearance

    OuterMagnets

    Declaration
    public MagnetForLayer OuterMagnets { get; }
    Property Value
    Type Description
    MagnetForLayer

    ThicknessOfInnerFluxBarriers

    Measurement: ShortLength

    Declaration
    public Overridable<double> ThicknessOfInnerFluxBarriers { get; set; }
    Property Value
    Type Description
    Overridable<System.Double>

    ThicknessOfOuterFluxBarriers

    Measurement: ShortLength

    Declaration
    public Overridable<double> ThicknessOfOuterFluxBarriers { get; set; }
    Property Value
    Type Description
    Overridable<System.Double>

    WebThickness

    Measurement: ShortLength

    Declaration
    public double WebThickness { get; set; }
    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>>)
    In This Article
    • Properties
      • AngleBetweenInnerAndOuterSections
      • BridgeOffsetAboveLayerBend
      • BridgeOffsetBelowLayerBend
      • BridgeThicknessAboveLayerBend
      • BridgeThicknessBelowLayerBend
      • DistanceBetweenInnerMagnets
      • DistanceBetweenOuterMagnetsAndBridge
      • DistanceToLayer
      • InnerMagnetClearance
      • MagnetConfiguration
      • OuterMagnetLowerClearance
      • OuterMagnets
      • ThicknessOfInnerFluxBarriers
      • ThicknessOfOuterFluxBarriers
      • WebThickness
    • Implements
    • Extension Methods
    Back to top