space_ex v0.1.1 SpaceEx.SpaceCenter.ControlSurface

An aerodynamic control surface.

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

Link to this section Summary

Functions

The authority limiter for the control surface, which controls how far the control surface will move

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

Whether the control surface has been fully deployed

Whether the control surface movement is inverted

The part object for this control surface

Whether the control surface has pitch control enabled

Whether the control surface has roll control enabled

Surface area of the control surface in \(m^2\)

Whether the control surface has yaw control enabled

The authority limiter for the control surface, which controls how far the control surface will move

Whether the control surface has been fully deployed

Whether the control surface movement is inverted

Whether the control surface has pitch control enabled

Whether the control surface has roll control enabled

Whether the control surface has yaw control enabled

Link to this section Functions

Link to this function get_authority_limiter(conn, this)

The authority limiter for the control surface, which controls how far the control surface will move.

Link to this function get_available_torque(conn, this)

The available torque, in Newton meters, that can be produced by this control surface, 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_deployed(conn, this)

Whether the control surface has been fully deployed.

Link to this function get_inverted(conn, this)

Whether the control surface movement is inverted.

Link to this function get_part(conn, this)

The part object for this control surface.

Link to this function get_pitch_enabled(conn, this)

Whether the control surface has pitch control enabled.

Link to this function get_roll_enabled(conn, this)

Whether the control surface has roll control enabled.

Link to this function get_surface_area(conn, this)

Surface area of the control surface in \(m^2\).

Link to this function get_yaw_enabled(conn, this)

Whether the control surface has yaw control enabled.

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

The authority limiter for the control surface, which controls how far the control surface will move.

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

Whether the control surface has been fully deployed.

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

Whether the control surface movement is inverted.

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

Whether the control surface has pitch control enabled.

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

Whether the control surface has roll control enabled.

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

Whether the control surface has yaw control enabled.