Spacecraft.SubSatellitePointInShadow(CelestialObject) Method

Top 

Description

Returns true if the calling Spacecraft's sub-satellite point on its CentralBody is in shadow of any of the specified CelestialObject objects at the Spacecraft's Epoch.

 

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

Spacecraft.SubSatellitePointInShadow(

CelestialObject occultingCelestialObject)

 

 

Arguments

occultingCelestialObject


Description:

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

Repeatable:

1 to Unlimited times

 

 

 

Return Value

Type:

boolean

 

 

Returns a value of 1 when the sub-satellite point is in shadow and a 0 if it is not.

 

Syntax

myVariable1 = mySpacecraft1.SubSatellitePointInShadow(myCelestialObject1);

 

 

See also

Spacecraft Object

Spacecraft.SubSatellitePointInShadow

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide