Class PowerLoadSystemDeflection
Inheritance
System.Object
PowerLoadSystemDeflection
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class PowerLoadSystemDeflection : VirtualComponentSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public PowerLoad ComponentDesign { get; }
Property Value
ComponentLoadCase
Declaration
public PowerLoadLoadCase ComponentLoadCase { get; }
Property Value
Power
Declaration
public double Power { get; }
Property Value
| Type |
Description |
| System.Double |
|
PowerFlowResults
Declaration
public PowerLoadPowerFlow PowerFlowResults { get; }
Property Value
Torque
Declaration
public double Torque { get; }
Property Value
| Type |
Description |
| System.Double |
|
TransmissionErrorToOtherPowerLoads
Declaration
public ReadOnlyCollection<TransmissionErrorResult> TransmissionErrorToOtherPowerLoads { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods