Class RotorSetMeasuredPoint
Inheritance
System.Object
RotorSetMeasuredPoint
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class RotorSetMeasuredPoint : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
BoostPressure
Declaration
public double BoostPressure { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double InputPower { get; }
Property Value
| Type |
Description |
| System.Double |
|
RotorSpeed
Declaration
public double RotorSpeed { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods