Table of Contents

Class RWArraySpeedMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] Message defining reaction wheel speeds. Acts as an interface between the dynamics and software layers.


public sealed class RWArraySpeedMessage : Message
Inheritance
RWArraySpeedMessage

Fields

WheelAngles

The current angle of the RW if jitter is enabled.

[Unit(UnitType.RADIAN)]
public double[] WheelAngles

Field Value

double[]

WheelSpeeds

The current angular velocities of the RW wheel.

[Unit(UnitType.RADIAN_PER_SECOND)]
public double[] WheelSpeeds

Field Value

double[]