Spacecraft.SetRandomState Method

Top 

Description

Populates the Spacecraft state using a random state from a Gaussian distribution described by the provided covariance matrix. The dimension and order of the covariance matrix is assumed to be consistent with the Spacecraft's ProcessAction settings.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

Spacecraft.SetRandomState(Array meanState, Matrix covariance)

None

Populates the Spacecraft state using a random state from a Gaussian distribution described by the provided covariance matrix. The dimension and order of the covariance matrix is assumed to be consistent with the Spacecraft's ProcessAction settings.

Spacecraft.SetRandomState(Array meanState, Matrix covariance, RandomNumberGenerator random)

None

Populates the Spacecraft state using a random state from a Gaussian distribution described by the provided covariance matrix. The dimension and order of the covariance matrix is assumed to be consistent with the Spacecraft's ProcessAction settings.

Spacecraft.SetRandomState(Array meanState, Matrix covariance, String covarianceElementSet)

None

Populates the Spacecraft state using a random state from a Gaussian distribution described by the provided covariance matrix. The dimension and order of the covariance matrix is assumed to be consistent with the Spacecraft's ProcessAction settings.

Spacecraft.SetRandomState(Array meanState, Matrix covariance, String covarianceElementSet, RandomNumberGenerator random)

None

Populates the Spacecraft state using a random state from a Gaussian distribution described by the provided covariance matrix. The dimension and order of the covariance matrix is assumed to be consistent with the Spacecraft's ProcessAction settings.

 

 

See also

Spacecraft Object

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide