Spacecraft.InRange(PointGroup) Method

Top 

Description

Returns a value of 0 when the first point of the targetPointGroup is outside all the ProximityZones on the calling Spacecraft, and returns a value of 1 if the first point of the targetPointGroup is within the boundary of at least one ProximityZone. Only the first point in the PointGroup is used for this analysis. 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

Spacecraft.InRange(

PointGroup targetPointGroup)

 

 

Arguments

targetPointGroup


Description:

PointGroup whose first point will be used as the target in the range calculation.

 

 

 

Return Value

Type:

boolean

 

 

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

myVariable1 = mySpacecraft1.InRange(myPointGroup1);

 

 

See also

Spacecraft Object

Spacecraft.InRange

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide