.. default-domain:: lua .. highlight:: lua .. currentmodule:: MechJeb MechJeb service =============== .. module:: MechJeb This service provides functionality to interact with `MechJeb 2 `_. .. attribute:: api_ready: boolean A value indicating whether the service is available. :Attribute: Read-only, cannot be set :rtype: boolean .. attribute:: airplane_autopilot: MechJeb.AirplaneAutopilot :Attribute: Read-only, cannot be set :rtype: :class:`MechJeb.AirplaneAutopilot` .. attribute:: antenna_controller: MechJeb.DeployableController :Attribute: Read-only, cannot be set :rtype: :class:`MechJeb.DeployableController` .. attribute:: ascent_autopilot: MechJeb.AscentAutopilot :Attribute: Read-only, cannot be set :rtype: :class:`MechJeb.AscentAutopilot` .. attribute:: docking_autopilot: MechJeb.DockingAutopilot :Attribute: Read-only, cannot be set :rtype: :class:`MechJeb.DockingAutopilot` .. attribute:: landing_autopilot: MechJeb.LandingAutopilot :Attribute: Read-only, cannot be set :rtype: :class:`MechJeb.LandingAutopilot` .. attribute:: maneuver_planner: MechJeb.ManeuverPlanner :Attribute: Read-only, cannot be set :rtype: :class:`MechJeb.ManeuverPlanner` .. attribute:: node_executor: MechJeb.NodeExecutor :Attribute: Read-only, cannot be set :rtype: :class:`MechJeb.NodeExecutor` .. attribute:: rcs_controller: MechJeb.RCSController :Attribute: Read-only, cannot be set :rtype: :class:`MechJeb.RCSController` .. attribute:: rendezvous_autopilot: MechJeb.RendezvousAutopilot :Attribute: Read-only, cannot be set :rtype: :class:`MechJeb.RendezvousAutopilot` .. attribute:: smart_ass: MechJeb.SmartASS :Attribute: Read-only, cannot be set :rtype: :class:`MechJeb.SmartASS` .. attribute:: smart_rcs: MechJeb.SmartRCS :Attribute: Read-only, cannot be set :rtype: :class:`MechJeb.SmartRCS` .. attribute:: solar_panel_controller: MechJeb.DeployableController :Attribute: Read-only, cannot be set :rtype: :class:`MechJeb.DeployableController` .. attribute:: staging_controller: MechJeb.StagingController :Attribute: Read-only, cannot be set :rtype: :class:`MechJeb.StagingController` .. attribute:: target_controller: MechJeb.TargetController :Attribute: Read-only, cannot be set :rtype: :class:`MechJeb.TargetController` .. attribute:: thrust_controller: MechJeb.ThrustController :Attribute: Read-only, cannot be set :rtype: :class:`MechJeb.ThrustController` .. attribute:: translatron: MechJeb.Translatron :Attribute: Read-only, cannot be set :rtype: :class:`MechJeb.Translatron` .. class:: MJServiceException General exception for errors in the service.