Click or drag to resize

ReactionWheelTorqueSpinMagnitude Property

Gets or sets the magnitude of the spin rate of the reaction wheel with respect to the spacecraft body frame.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Scalar SpinMagnitude { get; set; }

Property Value

Type: Scalar
Exceptions
ExceptionCondition
DataUnavailableException The evaluator produced by this scalar must include first derivative information in order to provide a value for the spin acceleration needed to model the reaction wheel torque. Using a ScalarFixed works because the spin acceleration evaluates to zero. Using a IntegrationValue only works if the InitialState is a Motion<Double> that includes both spin rate and spin acceleration.
See Also