Class ComponentAdvancedTimeSteppingAnalysisForModulation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ComponentAdvancedTimeSteppingAnalysisForModulation
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedTimeSteppingAnalysesForModulation
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ComponentAdvancedTimeSteppingAnalysisForModulation : PartAdvancedTimeSteppingAnalysisForModulation, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Component ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Component |
MagnitudeOfRotation
Determines the time range used in the analysis from the rotation of this component. If the Power Flow has not been run this will show '?' as the speed of the component has not yet been calculated, the Power Flow will automatically be run if a value is entered.
Measurement: Angle
Declaration
public double MagnitudeOfRotation { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Results
Declaration
public HarmonicAnalysisResultsPropertyAccessor Results { get; }
Property Value
Type | Description |
---|---|
HarmonicAnalysisResultsPropertyAccessor |
SystemDeflectionResults
Declaration
public ComponentSystemDeflection SystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
ComponentSystemDeflection |
Implements
System.IEquatable<T>