Spacecraft.Contact(GroundStation) Method

Top 

Description

If the contactingGroundStation can "see" the calling Spacecraft, contact occurs. Does not depend on whether or not the Spacecraft Sensor is in contact with Spacecraft.

 

The Contact method only accounts for the GroundStation's central body for occultation. The Contact method will account for refraction if refraction modeling is turned on using the GroundStation.RefractionModelType property.

 

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.Contact(

GroundStation contactingGroundStation)

 

 

Arguments

contactingGroundStation


Description:

GroundStation to use to determine contact.

 

 

 

Return Value

Type:

boolean

 

 

Returns 1 if there is contact, 0 if there is not.

 

Syntax

myVariable1 = mySpacecraft1.Contact(myGroundStation1);

 

 

See also

Spacecraft Object

Spacecraft.Contact

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide