Class StatorToothMomentInterpolator
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.ElectricMachines.HarmonicLoadData
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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>