Class TimeSeriesLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
TimeSeriesLoadCase
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 TimeSeriesLoadCase : LoadCase, IEquatable<APIBase>
Properties
DRIVAAnalysisOptions
Declaration
public MBDAnalysisOptions DRIVAAnalysisOptions { get; }
Property Value
Type | Description |
---|---|
MBDAnalysisOptions |
DurationForRating
For component rating it is assumed that the current analysis is repeated until this duration is reached.
Measurement: Time
Declaration
public virtual double DurationForRating { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MultibodyDynamicsAnalysis
Declaration
public MultibodyDynamicsAnalysis MultibodyDynamicsAnalysis { get; }
Property Value
Type | Description |
---|---|
MultibodyDynamicsAnalysis |
TimeSeriesLoadCaseGroup
Declaration
public TimeSeriesLoadCaseGroup TimeSeriesLoadCaseGroup { get; }
Property Value
Type | Description |
---|---|
TimeSeriesLoadCaseGroup |
Methods
AnalysisOf(AnalysisType)
Declaration
public SingleAnalysis AnalysisOf(AnalysisType analysisType)
Parameters
Type | Name | Description |
---|---|---|
AnalysisType | analysisType |
Returns
Type | Description |
---|---|
SingleAnalysis |
Duplicate(TimeSeriesLoadCaseGroup, String)
Declaration
public TimeSeriesLoadCase Duplicate(TimeSeriesLoadCaseGroup newLoadCaseGroup, string name = null)
Parameters
Type | Name | Description |
---|---|---|
TimeSeriesLoadCaseGroup | newLoadCaseGroup | |
System.String | name |
Returns
Type | Description |
---|---|
TimeSeriesLoadCase |
Implements
System.IEquatable<T>