GroundStation.InShadow(Variable, CelestialObject) Method

Top 

Description

Returns true if the calling GroundStation is in shadow of any of the specified CelestialObject objects at the specified 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.InShadow(

Variable epoch,


CelestialObject occultingCelestialObject)

 

 

Arguments

epoch


Description:

The epoch at which the calling GroundStation's shadow state will be evaluated.

 

 

occultingCelestialObject


Description:

CelestialObject to use when determining the calling GroundStation's shadow state.

Repeatable:

1 to Unlimited times

 

 

 

Return Value

Type:

boolean

 

 

Returns a value of 1 when the GroundStation is in shadow and a 0 if it is not.

 

Syntax

myVariable1 = myGroundStation1.InShadow(myVariable2, myCelestialObject1);

 

 

See also

GroundStation Object

GroundStation.InShadow

Coverage and Contact Analysis Guide

GroundStations Guide