GroundVehicle.CelestialObjectWidth Method

Top 

Description

Returns the angular width of the provided CelestialObject as observed from the GroundVehicle position.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

GroundVehicle.CelestialObjectWidth(CelestialObject CelestialObject)

Variable

Returns the angular width of the provided CelestialObject as observed from the GroundVehicle position.

GroundVehicle.CelestialObjectWidth(Variable coID)

Variable

Returns the angular width of the CelestialObject whose BodyID matches the provided coID as observed from the GroundVehicle position.

 

 

See also

GroundVehicle Object