GroundStation.CelestialObjectWidth(Variable, Variable) Method

Top 

Description

Returns the angular width of the CelestialObject represented by the provided bodyID as observed from the GroundStation position at Epoch.

 

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.

 

Method Signature

GroundStation.CelestialObjectWidth(

Variable coID,


Variable Epoch)

 

 

Arguments

coID


Description:

The CelestialObject.BodyID representing the celestial object to use.

Valid Range:

coID ≥ 0

 

 

Epoch


Description:

The epoch at which to calculate the celestial object width.

 

 

 

Return Value

Type:

number

Units:

deg

 

 

Returns the angular width of the specified CelestialObject.

 

Syntax

myVariable1 = myGroundStation1.CelestialObjectWidth(myVariable2, myVariable3);

 

 

See also

GroundStation Object

GroundStation.CelestialObjectWidth

Coverage and Contact Analysis Guide

GroundStations Guide