Class ConceptCouplingLoadCase
Inheritance
System.Object
ConceptCouplingLoadCase
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ConceptCouplingLoadCase : CouplingLoadCase, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public ConceptCoupling AssemblyDesign { get; }
Property Value
Efficiency
Declaration
public Overridable<double> Efficiency { get; set; }
Property Value
PowerLoadForReferenceSpeed
Declaration
public ListWithSelectedItem<PowerLoad> PowerLoadForReferenceSpeed { get; set; }
Property Value
SpeedRatio
Declaration
public Overridable<double> SpeedRatio { get; set; }
Property Value
SpeedRatioPIDControl
Declaration
public PIDControlSettings SpeedRatioPIDControl { get; }
Property Value
SpeedRatioSpecificationMethod
Declaration
public ConceptCouplingSpeedRatioSpecificationMethod SpeedRatioSpecificationMethod { get; set; }
Property Value
SpeedRatioVsTime
Declaration
public Vector2DListAccessor SpeedRatioVsTime { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods