Class TorqueConverterSpeedRatio
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
TorqueConverterSpeedRatio
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel.Couplings
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class TorqueConverterSpeedRatio : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
InverseK
Measurement: TorqueConverterInverseK
Declaration
public double InverseK { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SpeedRatio
Declaration
public double SpeedRatio { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TorqueRatio
Declaration
public double TorqueRatio { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>