Translatron

class MechJeb.Translatron

The Translatron module controls the vessel’s throttle/velocity.

mode: MechJeb.TranslatronMode

Current translatron mode.

Attribute:

Can be read or written

Return type:

MechJeb.TranslatronMode

translation_speed: number

Speed which trasnlatron will hold

Attribute:

Can be read or written

Return type:

number

kill_horizontal_speed: boolean

Kill horizontal speed

Attribute:

Can be read or written

Return type:

boolean

panic_switch()

Abort mission by seperating all but the last stage and activating landing autopilot.

class MechJeb.TranslatronMode
off

Switch off Translatron.

keep_orbital

Keep orbital velocity.

keep_surface

Keep surface velocity.

keep_vertical

Keep vertical velocity (climb/descent speed).

keep_relative

Internal mode, do not set.

direct

Internal mode, do not set.