Spacecraft.InRange(Spacecraft, ProximityZone) Method |
Top |
DescriptionReturns a value of 0 when targetSpacecraft is outside all the specified rangeDefinitionProximityZone on the calling Spacecraft, and returns a value of 1 if targetSpacecraft is within the boundary of at least one ProximityZone. FreeFlyer uses a definitive analytical solution to evaluate this event.
Since the evaluation is instantaneous, care must be taken to adjust the propagator step size such that events of interest aren't skipped over.
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
Arguments
Return Value
Returns a value of 0 when the specified object is outside the specified ProximityZone(s) on the calling Spacecraft, and returns a value of 1 if the object is within the boundary of one or more ProximityZones.
Syntax
See also Coverage and Contact Analysis Guide
|