Class HarmonicLoadDataFluxImport
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HarmonicLoadDataFluxImport
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class HarmonicLoadDataFluxImport : HarmonicLoadDataCSVImport<ElectricMachineHarmonicLoadFluxImportOptions>, IEquatable<APIBase>
Properties
DiameterOfNodeRingFromFluxFile
Measurement: ShortLength
Declaration
public double DiameterOfNodeRingFromFluxFile { get; }
Property Value
Type | Description |
---|---|
System.Double |
InnerDiameterReference
This diameter will be used when obtaining the torque ripple from the tangential loads.
Declaration
public InnerDiameterReference InnerDiameterReference { get; set; }
Property Value
Type | Description |
---|---|
InnerDiameterReference |
Methods
SelectFluxFile()
Declaration
public void SelectFluxFile()
Implements
System.IEquatable<T>