Class HarmonicLoadDataCSVImport<T>
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HarmonicLoadDataCSVImport<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 HarmonicLoadDataCSVImport<T> : HarmonicLoadDataImportFromMotorPackages<T>, IEquatable<APIBase> where T : ElectricMachineHarmonicLoadImportOptionsBase
Type Parameters
Name | Description |
---|---|
T |
Properties
ElectricMachineDataPerSpeed
Declaration
public ReadOnlyCollection<DataFromMotorPackagePerSpeed> ElectricMachineDataPerSpeed { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<DataFromMotorPackagePerSpeed> |
Implements
System.IEquatable<T>