Class HarmonicLoadDataImportFromMotorPackages<T>
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HarmonicLoadDataImportFromMotorPackages<T>
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class HarmonicLoadDataImportFromMotorPackages<T> : HarmonicLoadDataImportBase<T>, IEquatable<APIBase> where T : ElectricMachineHarmonicLoadImportOptionsBase
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
AxialSliceNumber
Declaration
public ListWithSelectedItem<int> AxialSliceNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| ListWithSelectedItem<System.Int32> |
DataType
Declaration
public EnumWithSelectedValue<HarmonicLoadDataType> DataType { get; set; }
Property Value
| Type | Description |
|---|---|
| EnumWithSelectedValue<HarmonicLoadDataType> |
Speed
Measurement: AngularVelocity
Declaration
public ListWithSelectedItem<double> Speed { get; set; }
Property Value
| Type | Description |
|---|---|
| ListWithSelectedItem<System.Double> |
Implements
System.IEquatable<T>