Class StatorToothMomentInterpolator
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StatorToothMomentInterpolator
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.ElectricMachines.HarmonicLoadData
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class StatorToothMomentInterpolator : StatorToothInterpolator, IEquatable<APIBase>
Properties
SpatialMomentAbsoluteTolerance
Determines the minimum accuracy of the per tooth moments when approximating them as spatial harmonics.
Measurement: Torque
Declaration
public double SpatialMomentAbsoluteTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SpatialMomentRelativeTolerance
Determines the minimum accuracy of the per tooth moments when approximating them as spatial harmonics.
Measurement: Percentage
Declaration
public double SpatialMomentRelativeTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>