Vehicle.CelestialObjectWidth(CelestialObject) Method

Top 

Description

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

 

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.

 

Method Signature

Vehicle.CelestialObjectWidth(

CelestialObject CelestialObject)

 

 

Arguments

CelestialObject


Description:

The celestial object to use.

 

 

 

Return Value

Type:

number

Units:

deg

 

 

Returns the angular width of the specified CelestialObject.

 

Syntax

myVariable1 = myVehicle1.CelestialObjectWidth(myCelestialObject1);

 

 

See also

Vehicle Object

Vehicle.CelestialObjectWidth