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