Class EngineSpeed
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
EngineSpeed
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class EngineSpeed : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
CanDoEfficiency
Declaration
public bool CanDoEfficiency { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
NumberOfPartLoads
Declaration
public int NumberOfPartLoads { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberOfPartTorques
Declaration
public int NumberOfPartTorques { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
PartLoadsDummy
Declaration
public string PartLoadsDummy { get; }
Property Value
Type | Description |
---|---|
System.String |
Torque
Measurement: Torque
Declaration
public double Torque { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>