Enum ImportType
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
[ComVisible(true)]
[Guid("1d1949ae-53cb-db94-b959-89f3724f2513")]
[ApiEnumFor("SMT.MAA.ContextAndShadows.StaticLoads.ImportType, SMT.MAA")]
public enum ImportType
Fields
Name | Description |
---|---|
DutyCycleTimeSeries | Convert time series data to load cases by using a histogram to combine data points that have similar torques. |
IndividualLoadCase | Import data where each line of a file should be turned into a single load case. |
IndividualLoadCasesAsTimeSeries | Convert time series data that contains continuous and ramped sections into load cases. A single load case is created for continuous torque periods. For ramped sections additional load cases can be created by interpolating the data. |