space_ex v0.1.0 SpaceEx.SpaceCenter.ResourceHarvester

A resource harvester (drill).

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

Link to this section Summary

Functions

Whether the harvester is actively drilling

The core temperature of the drill, in Kelvin

Whether the harvester is deployed

The rate at which the drill is extracting ore, in units per second

The core temperature at which the drill will operate with peak efficiency, in Kelvin

The part object for this harvester

The state of the harvester

The thermal efficiency of the drill, as a percentage of its maximum

Whether the harvester is actively drilling

Whether the harvester is deployed

Link to this section Functions

Link to this function get_active(conn, this)

Whether the harvester is actively drilling.

Link to this function get_core_temperature(conn, this)

The core temperature of the drill, in Kelvin.

Link to this function get_deployed(conn, this)

Whether the harvester is deployed.

Link to this function get_extraction_rate(conn, this)

The rate at which the drill is extracting ore, in units per second.

Link to this function get_optimum_core_temperature(conn, this)

The core temperature at which the drill will operate with peak efficiency, in Kelvin.

Link to this function get_part(conn, this)

The part object for this harvester.

Link to this function get_state(conn, this)

The state of the harvester.

Link to this function get_thermal_efficiency(conn, this)

The thermal efficiency of the drill, as a percentage of its maximum.

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

Whether the harvester is actively drilling.

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

Whether the harvester is deployed.