-
Notifications
You must be signed in to change notification settings - Fork 29
MASIFAR
#MASIFAR.cs
MASIFAR is the AvionicsSystems interface with Ferram Aerospace Research (FAR).
###far.AngleOfAttack()
Returns: Angle of attack in degrees.
Returns the vessel's angle of attack.
###far.CoeffLift()
Return the coefficient of lift for this vessel.
###far.DecreaseFlapSetting()
Reduce flap setting one step, unless flaps are already at 0.
###far.DynamicPressure()
Returns the current dynamic pressure in kPa.
###far.GetFlapSetting()
Returns: 0 (no flaps) through 3 (maximum flaps).
Returns the current flap setting for the vessel.
###far.GetSpoilerSetting()
Returns 1 if spoilers are deployed, 0 otherwise.
###far.IncreaseFlapSetting()
Increase flap setting one step, unless flaps are already at 3.
###far.RefArea()
Return the RefArea for this vessel.
###far.SetSpoilers(bool newState)
-
newState: true to deploy spoilers, false to retract spoilers.
Deploy or retract spoilers.
###far.Sideslip()
Returns: Sideslip in degrees.
Returns the sideslip of the vessel.
###far.StallFraction()
Returns the stall fraction for this vessel.
This documentation is automatically generated from source code.