Class ElectricMachineHarmonicLoadData
Inheritance
System.Object
ElectricMachineHarmonicLoadData
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class ElectricMachineHarmonicLoadData : ElectricMachineHarmonicLoadDataBase, IEquatable<APIBase>
Properties
ApplyToAllDataTypes
Declaration
public bool ApplyToAllDataTypes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ApplyToAllSpeedsForSelectedDataType
Declaration
public bool ApplyToAllSpeedsForSelectedDataType { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ConstantTorque
Declaration
public double ConstantTorque { get; set; }
Property Value
Type |
Description |
System.Double |
|
DataTypeForScaling
Declaration
public EnumWithSelectedValue<HarmonicLoadDataType> DataTypeForScaling { get; set; }
Property Value
Excitations
Declaration
public override ReadOnlyCollection<FourierSeries> Excitations { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<FourierSeries> |
|
Overrides
RotorMomentFromStatorTeethAxialLoadsAmplitudeCutOff
Declaration
public double RotorMomentFromStatorTeethAxialLoadsAmplitudeCutOff { get; set; }
Property Value
Type |
Description |
System.Double |
|
RotorZForceAmplitudeCutOff
Declaration
public double RotorZForceAmplitudeCutOff { get; set; }
Property Value
Type |
Description |
System.Double |
|
Scale
Declaration
public double Scale { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public EnumWithSelectedValue<TorqueRippleInputType> TorqueRippleInputType { get; set; }
Property Value
UseStatorRadiusFromMASTAModel
Declaration
public bool UseStatorRadiusFromMASTAModel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods