Version: 15.0

    Show / Hide Table of Contents

    Enum SinglePointSelectionMethod

    Namespace: SMT.MastaAPI.NodalAnalysis.VaryingInputComponents
    Assembly: SMT.MastaAPI.15.0.dll
    Syntax
    public enum SinglePointSelectionMethod

    Fields

    Name Description
    CurrentTime

    The value at the current time will be used, interpolating if necessary.

    MeanValue

    The mean value of the time-series will be used regardless of the current time.

    Back to top