Translatron

class Translatron

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

mode

Current translatron mode.

Attribute:

Can be read or written

Return type:

TranslatronMode

Game Scenes:

Flight

translation_speed

Speed which trasnlatron will hold

Attribute:

Can be read or written

Return type:

float

Game Scenes:

Flight

kill_horizontal_speed

Kill horizontal speed

Attribute:

Can be read or written

Return type:

bool

Game Scenes:

Flight

panic_switch()

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

Game Scenes:

Flight

class 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.