Version: 15.0

    Show / Hide Table of Contents

    Enum ImportType

    Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
    Assembly: SMT.MastaAPI.15.0.dll
    Syntax
    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.

    Back to top