Class HarmonicLoadDataExcelImport
Inheritance
System.Object
HarmonicLoadDataExcelImport
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class HarmonicLoadDataExcelImport : HarmonicLoadDataImportBase<ElectricMachineHarmonicLoadExcelImportOptions>, IEquatable<APIBase>
Properties
ColumnIndexOfFirstDataPoint
Declaration
public int ColumnIndexOfFirstDataPoint { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ColumnIndexOfFirstSpeedPoint
Declaration
public int ColumnIndexOfFirstSpeedPoint { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ExcitationOrderAsRotationalOrderOfShaft
Will be read-only if the dataset already contains data. The excitation order for the data being importing must be consistent with the existing data.
Declaration
public double ExcitationOrderAsRotationalOrderOfShaft { get; set; }
Property Value
Type |
Description |
System.Double |
|
NumberOfSpeeds
Declaration
public int NumberOfSpeeds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ReadSpeedsFromExcelSheet
Select whether to read the speeds being imported from the excel sheet or to specify them by hand.
Declaration
public bool ReadSpeedsFromExcelSheet { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RowIndexOfFirstDataPoint
Declaration
public int RowIndexOfFirstDataPoint { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RowIndexOfFirstSpeedPoint
Declaration
public int RowIndexOfFirstSpeedPoint { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RowIndexOfLastDataPoint
Declaration
public int RowIndexOfLastDataPoint { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SheetForFirstSetOfData
Worksheet that contains the data to import
Declaration
public ListWithSelectedItem<string> SheetForFirstSetOfData { get; set; }
Property Value
SheetWithSpeedData
Worksheet that contains the speed data to import
Declaration
public ListWithSelectedItem<string> SheetWithSpeedData { get; set; }
Property Value
Speeds
Declaration
public ReadOnlyCollection<NamedSpeed> Speeds { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<NamedSpeed> |
|
SpeedUnits
Declaration
public ListWithSelectedItem<Unit> SpeedUnits { get; set; }
Property Value
UnitsForDataBeingImported
Declaration
public ListWithSelectedItem<Unit> UnitsForDataBeingImported { get; set; }
Property Value
Methods
SelectExcelFile()
Declaration
public void SelectExcelFile()
Implements
System.IEquatable<T>
Extension Methods