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