space_ex v0.1.0 SpaceEx.SpaceCenter.ReactionWheel

A reaction wheel.

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

Link to this section Summary

Functions

Whether the reaction wheel is active

The available torque, in Newton meters, that can be produced by this reaction wheel, in the positive and negative pitch, roll and yaw axes of the vessel

Whether the reaction wheel is broken

The maximum torque, in Newton meters, that can be produced by this reaction wheel, when it is active, in the positive and negative pitch, roll and yaw axes of the vessel

The part object for this reaction wheel

Whether the reaction wheel is active

Link to this section Functions

Link to this function get_active(conn, this)

Whether the reaction wheel is active.

Link to this function get_available_torque(conn, this)

The available torque, in Newton meters, that can be produced by this reaction wheel, in the positive and negative pitch, roll and yaw axes of the vessel.

These axes correspond to the coordinate axes of the SpaceEx.SpaceCenter.Vessel.get_reference_frame/2. Returns zero if the reaction wheel is inactive or broken.

Link to this function get_broken(conn, this)

Whether the reaction wheel is broken.

Link to this function get_max_torque(conn, this)

The maximum torque, in Newton meters, that can be produced by this reaction wheel, when it is active, in the positive and negative pitch, roll and yaw axes of the vessel.

These axes correspond to the coordinate axes of the SpaceEx.SpaceCenter.Vessel.get_reference_frame/2.

Link to this function get_part(conn, this)

The part object for this reaction wheel.

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

Whether the reaction wheel is active.