Class GearCompoundPowerFlow
Inheritance
System.Object
GearCompoundPowerFlow
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.PowerFlows.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class GearCompoundPowerFlow : MountableComponentCompoundPowerFlow, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<GearPowerFlow> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearPowerFlow> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<GearPowerFlow> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearPowerFlow> |
GearDutyCycleRating
Declaration
public GearDutyCycleRating GearDutyCycleRating { get; }
Property Value
Type | Description |
---|---|
GearDutyCycleRating |
Implements
System.IEquatable<T>