Class RotorSetMeasuredPoint
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RotorSetMeasuredPoint
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel.Gears.SuperchargerRotorSet
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RotorSetMeasuredPoint : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
BoostPressure
Measurement: Pressure
Declaration
public double BoostPressure { get; }
Property Value
Type | Description |
---|---|
System.Double |
InputPower
Measurement: Power
Declaration
public double InputPower { get; }
Property Value
Type | Description |
---|---|
System.Double |
RotorSpeed
Measurement: AngularVelocity
Declaration
public double RotorSpeed { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>