Class PowerLoadSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PowerLoadSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class PowerLoadSystemDeflection : VirtualComponentSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public PowerLoad ComponentDesign { get; }
Property Value
Type | Description |
---|---|
PowerLoad |
ComponentLoadCase
Declaration
public PowerLoadLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
PowerLoadLoadCase |
Power
Measurement: Power
Declaration
public double Power { get; }
Property Value
Type | Description |
---|---|
System.Double |
PowerFlowResults
Declaration
public PowerLoadPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
PowerLoadPowerFlow |
Torque
Measurement: Torque
Declaration
public double Torque { get; }
Property Value
Type | Description |
---|---|
System.Double |
TransmissionErrorToOtherPowerLoads
Declaration
public ReadOnlyCollection<TransmissionErrorResult> TransmissionErrorToOtherPowerLoads { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<TransmissionErrorResult> |
Implements
System.IEquatable<T>