space_ex v0.1.0 SpaceEx.SpaceCenter.Experiment

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

Link to this section Summary

Functions

Dump the experimental data contained by the experiment

Determines if the experiment is available given the current conditions

The name of the biome the experiment is currently in

The data contained in this experiment

Whether the experiment has been deployed

Whether the experiment contains data

Whether the experiment is inoperable

The part object for this experiment

Whether the experiment can be re-run

Containing information on the corresponding specific science result for the current conditions

Reset the experiment

Run the experiment

Transmit all experimental data contained by this part

Link to this section Functions

Link to this function dump(conn, this)

Dump the experimental data contained by the experiment.

Link to this function get_available(conn, this)

Determines if the experiment is available given the current conditions.

Link to this function get_biome(conn, this)

The name of the biome the experiment is currently in.

Link to this function get_data(conn, this)

The data contained in this experiment.

Link to this function get_deployed(conn, this)

Whether the experiment has been deployed.

Link to this function get_has_data(conn, this)

Whether the experiment contains data.

Link to this function get_inoperable(conn, this)

Whether the experiment is inoperable.

Link to this function get_part(conn, this)

The part object for this experiment.

Link to this function get_rerunnable(conn, this)

Whether the experiment can be re-run.

Link to this function get_science_subject(conn, this)

Containing information on the corresponding specific science result for the current conditions.

Returns nil if the experiment is unavailable.

Link to this function reset(conn, this)

Reset the experiment.

Link to this function run(conn, this)

Run the experiment.

Link to this function transmit(conn, this)

Transmit all experimental data contained by this part.