MechJeb service

This service provides functionality to interact with MechJeb 2.

api_ready: boolean

A value indicating whether the service is available.

Attribute:

Read-only, cannot be set

Return type:

boolean

airplane_autopilot: MechJeb.AirplaneAutopilot
Attribute:

Read-only, cannot be set

Return type:

MechJeb.AirplaneAutopilot

antenna_controller: MechJeb.DeployableController
Attribute:

Read-only, cannot be set

Return type:

MechJeb.DeployableController

ascent_autopilot: MechJeb.AscentAutopilot
Attribute:

Read-only, cannot be set

Return type:

MechJeb.AscentAutopilot

docking_autopilot: MechJeb.DockingAutopilot
Attribute:

Read-only, cannot be set

Return type:

MechJeb.DockingAutopilot

landing_autopilot: MechJeb.LandingAutopilot
Attribute:

Read-only, cannot be set

Return type:

MechJeb.LandingAutopilot

maneuver_planner: MechJeb.ManeuverPlanner
Attribute:

Read-only, cannot be set

Return type:

MechJeb.ManeuverPlanner

node_executor: MechJeb.NodeExecutor
Attribute:

Read-only, cannot be set

Return type:

MechJeb.NodeExecutor

rcs_controller: MechJeb.RCSController
Attribute:

Read-only, cannot be set

Return type:

MechJeb.RCSController

rendezvous_autopilot: MechJeb.RendezvousAutopilot
Attribute:

Read-only, cannot be set

Return type:

MechJeb.RendezvousAutopilot

smart_ass: MechJeb.SmartASS
Attribute:

Read-only, cannot be set

Return type:

MechJeb.SmartASS

smart_rcs: MechJeb.SmartRCS
Attribute:

Read-only, cannot be set

Return type:

MechJeb.SmartRCS

solar_panel_controller: MechJeb.DeployableController
Attribute:

Read-only, cannot be set

Return type:

MechJeb.DeployableController

staging_controller: MechJeb.StagingController
Attribute:

Read-only, cannot be set

Return type:

MechJeb.StagingController

target_controller: MechJeb.TargetController
Attribute:

Read-only, cannot be set

Return type:

MechJeb.TargetController

thrust_controller: MechJeb.ThrustController
Attribute:

Read-only, cannot be set

Return type:

MechJeb.ThrustController

translatron: MechJeb.Translatron
Attribute:

Read-only, cannot be set

Return type:

MechJeb.Translatron

class MechJeb.MJServiceException

General exception for errors in the service.