Class EngineSpeed
Inheritance
System.Object
EngineSpeed
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class EngineSpeed : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
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
Declaration
public double Torque { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods