PowerLeverPosition
USI.Core
Power-lever travel within a selected range, from zero at the range entrance to one at its far end. The reading method identifies whether this is hardware input or aircraft lever intent; neither represents measured thrust. Beta's far end and reverse's entrance share a detent; reads report that shared detent as Reverse with zero travel.
public struct PowerLeverPosition : IEquatable<PowerLeverPosition>Constructors
PowerLeverPosition
public PowerLeverPosition(PowerLeverRange Range, double TravelRatio)Power-lever travel within a selected range, from zero at the range entrance to one at its far end. The reading method identifies whether this is hardware input or aircraft lever intent; neither represents measured thrust. Beta's far end and reverse's entrance share a detent; reads report that shared detent as Reverse with zero travel.
Properties
Range
public PowerLeverRange Range { get; set; }TravelRatio
public double TravelRatio { get; set; }Methods
Deconstruct
public void Deconstruct(PowerLeverRange Range, double TravelRatio)Equals
public bool Equals(object obj)Equals
public bool Equals(PowerLeverPosition other)GetHashCode
public int GetHashCode()ToString
public string ToString()