space_ex v0.8.0 SpaceEx.SpaceCenter.Experiment
Obtained by calling SpaceEx.SpaceCenter.Part.experiment/1.
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
Determines if the experiment is available given the current conditions.
Returns: true or false
The name of the biome the experiment is currently in.
Returns: a string
The data contained in this experiment.
Returns: [science_data, ...], where science_data is a reference to a SpaceEx.SpaceCenter.ScienceData object
Whether the experiment has been deployed.
Returns: true or false
Dump the experimental data contained by the experiment.
Returns: :ok
Whether the experiment contains data.
Returns: true or false
Whether the experiment is inoperable.
Returns: true or false
The part object for this experiment.
Returns: a reference to a SpaceEx.SpaceCenter.Part object
Whether the experiment can be re-run.
Returns: true or false
Reset the experiment.
Returns: :ok
Run the experiment.
Returns: :ok
Containing information on the corresponding specific science result for the current conditions.
Returns nil if the experiment is unavailable.
Returns: a reference to a SpaceEx.SpaceCenter.ScienceSubject object
Transmit all experimental data contained by this part.
Returns: :ok