Spacecraft.TCA Method

Top 

Description

Returns the epoch for the time of closest approach (TCA) between two objects. This method returns the local extrema and is more precise if used after narrowing down your closest approaches using the Spacecraft.CloseApproachRange() method.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

Spacecraft.TCA(GroundStation gs)

Variable

Returns the time of closest approach (TCA) between the primary Spacecraft and secondary gs.

Spacecraft.TCA(Spacecraft Spacecraft)

Variable

Returns the time of closest approach (TCA) between the primary Spacecraft and secondary Spacecraft.

Spacecraft.TCA(Spacecraft Spacecraft, Variable rangeAtTCA)

Variable

Returns the time of closest approach (TCA) between the primary Spacecraft and secondary Spacecraft.

Spacecraft.TCA(Spacecraft Spacecraft, Variable rangeAtTCA, Variable tolerance)

Variable

Returns the time of closest approach (TCA) between the primary Spacecraft and secondary Spacecraft.

 

 

See also

Spacecraft Object

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide