space_ex v0.3.0 SpaceEx.SpaceCenter.Experiment

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

Link to this section Summary

Functions

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

Dump the experimental data contained by the experiment

Whether the experiment contains data

Whether the experiment is inoperable

The part object for this experiment

Whether the experiment can be re-run

Reset the experiment

Run the experiment

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

Transmit all experimental data contained by this part

Link to this section Functions

Link to this function available(conn, this)

Determines if the experiment is available given the current conditions.

Link to this function biome(conn, this)

The name of the biome the experiment is currently in.

Link to this function data(conn, this)

The data contained in this experiment.

Link to this function deployed(conn, this)

Whether the experiment has been deployed.

Link to this function dump(conn, this)

Dump the experimental data contained by the experiment.

Link to this function has_data(conn, this)

Whether the experiment contains data.

Link to this function inoperable(conn, this)

Whether the experiment is inoperable.

Link to this function part(conn, this)

The part object for this experiment.

Link to this function rerunnable(conn, this)

Whether the experiment can be re-run.

Link to this function reset(conn, this)

Reset the experiment.

Link to this function run(conn, this)

Run the experiment.

Link to this function 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 transmit(conn, this)

Transmit all experimental data contained by this part.