space_ex v0.4.0 SpaceEx.SpaceCenter.ResourceHarvester

A resource harvester (drill).

Obtained by calling SpaceEx.SpaceCenter.Part.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

Whether the harvester is actively drilling

Whether the harvester is deployed

The state of the harvester

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

Link to this section Functions

Link to this function active(conn, this)

Whether the harvester is actively drilling.

Link to this function core_temperature(conn, this)

The core temperature of the drill, in Kelvin.

Link to this function deployed(conn, this)

Whether the harvester is deployed.

Link to this function extraction_rate(conn, this)

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

Link to this function optimum_core_temperature(conn, this)

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

Link to this function part(conn, this)

The part object for this harvester.

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.

Link to this function state(conn, this)

The state of the harvester.

Link to this function thermal_efficiency(conn, this)

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