ReactionWheelTorque.SpinMagnitude 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic Scalar SpinMagnitude { get; set; }
Public Property SpinMagnitude As Scalar
Get
Set
public:
property Scalar^ SpinMagnitude {
Scalar^ get ();
void set (Scalar^ value);
}
member SpinMagnitude : Scalar with get, set
Property Value
Type:
Scalar
ExceptionsException | Condition |
---|
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