.. default-domain:: py
.. highlight:: py
.. currentmodule:: MechJeb

ThrustController
================


.. class:: ThrustController



   .. attribute:: differential_throttle



      :Attribute: Can be read or written
      :rtype: bool
      :Game Scenes: Flight

   .. attribute:: differential_throttle_status



      :Attribute: Read-only, cannot be set
      :rtype: :class:`DifferentialThrottleStatus`
      :Game Scenes: Flight

   .. attribute:: electric_throttle



      :Attribute: Can be read or written
      :rtype: bool
      :Game Scenes: Flight

   .. attribute:: electric_throttle_hi



      :Attribute: Can be read or written
      :rtype: float
      :Game Scenes: Flight

   .. attribute:: electric_throttle_lo



      :Attribute: Can be read or written
      :rtype: float
      :Game Scenes: Flight

   .. attribute:: flameout_safety_pct

      The jet safety margin. A value between 0 and 1.

      :Attribute: Can be read or written
      :rtype: float
      :Game Scenes: Flight

   .. attribute:: limit_acceleration



      :Attribute: Can be read or written
      :rtype: bool
      :Game Scenes: Flight

   .. attribute:: limit_dynamic_pressure



      :Attribute: Can be read or written
      :rtype: bool
      :Game Scenes: Flight

   .. attribute:: limit_throttle



      :Attribute: Can be read or written
      :rtype: bool
      :Game Scenes: Flight

   .. attribute:: limit_to_prevent_flameout



      :Attribute: Can be read or written
      :rtype: bool
      :Game Scenes: Flight

   .. attribute:: limit_to_prevent_overheats

      Limits the throttle to prevent parts from overheating.

      :Attribute: Can be read or written
      :rtype: bool
      :Game Scenes: Flight

   .. attribute:: limiter_min_throttle



      :Attribute: Can be read or written
      :rtype: bool
      :Game Scenes: Flight

   .. attribute:: manage_intakes



      :Attribute: Can be read or written
      :rtype: bool
      :Game Scenes: Flight

   .. attribute:: max_acceleration

      Limit acceleration to [m/s^2] (never exceed the acceleration during ascent).

      :Attribute: Can be read or written
      :rtype: float
      :Game Scenes: Flight

   .. attribute:: max_dynamic_pressure

      Limit the maximal dynamic pressure in Pa.
      This avoids that pieces break off during launch because of atmospheric pressure.

      :Attribute: Can be read or written
      :rtype: float
      :Game Scenes: Flight

   .. attribute:: max_throttle

      Never exceed the percentage of the throttle during ascent (value between 0 and 1).

      :Attribute: Can be read or written
      :rtype: float
      :Game Scenes: Flight

   .. attribute:: min_throttle

      Never go below the percentage of the throttle during ascent (value between 0 and 1).

      :Attribute: Can be read or written
      :rtype: float
      :Game Scenes: Flight

   .. attribute:: smooth_throttle



      :Attribute: Can be read or written
      :rtype: bool
      :Game Scenes: Flight

   .. attribute:: throttle_smoothing_time



      :Attribute: Can be read or written
      :rtype: float
      :Game Scenes: Flight



.. class:: DifferentialThrottleStatus




   .. data:: all_engines_off




   .. data:: more_engines_required




   .. data:: solver_failed




   .. data:: success