space_ex v0.1.0 SpaceEx.SpaceCenter.Parachute

A parachute.

Obtained by calling SpaceEx.SpaceCenter.Part.get_parachute/2.

Link to this section Summary

Functions

Deploys the parachute

Deploys the parachute

Whether the parachute has been armed or deployed

The altitude at which the parachute will full deploy, in meters

The minimum pressure at which the parachute will semi-deploy, in atmospheres

Whether the parachute has been deployed

The part object for this parachute

The current state of the parachute

The altitude at which the parachute will full deploy, in meters

The minimum pressure at which the parachute will semi-deploy, in atmospheres

Link to this section Functions

Link to this function arm(conn, this)

Deploys the parachute.

This has no effect if the parachute has already been armed or deployed. Only applicable to RealChutes parachutes.

Link to this function deploy(conn, this)

Deploys the parachute.

This has no effect if the parachute has already been deployed.

Link to this function get_armed(conn, this)

Whether the parachute has been armed or deployed.

Only applicable to RealChutes parachutes.

Link to this function get_deploy_altitude(conn, this)

The altitude at which the parachute will full deploy, in meters.

Only applicable to stock parachutes.

Link to this function get_deploy_min_pressure(conn, this)

The minimum pressure at which the parachute will semi-deploy, in atmospheres.

Only applicable to stock parachutes.

Link to this function get_deployed(conn, this)

Whether the parachute has been deployed.

Link to this function get_part(conn, this)

The part object for this parachute.

Link to this function get_state(conn, this)

The current state of the parachute.

Link to this function set_deploy_altitude(conn, this, value)

The altitude at which the parachute will full deploy, in meters.

Only applicable to stock parachutes.

Link to this function set_deploy_min_pressure(conn, this, value)

The minimum pressure at which the parachute will semi-deploy, in atmospheres.

Only applicable to stock parachutes.