Spacecraft.InRange(Spacecraft, ProximityZone) Method

Top 

Description

Returns 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

Spacecraft.InRange(

Spacecraft targetSpacecraft,


ProximityZone rangeDefinitionProximityZone)

 

 

Arguments

targetSpacecraft


Description:

Spacecraft to be used as the target in the range calculation.

 

 

rangeDefinitionProximityZone


Description:

ProximityZone used to define range boundaries.

Repeatable:

1 to 30 times

 

 

 

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(mySpacecraft2, myProximityZone1);

 

 

See also

Spacecraft Object

Spacecraft.InRange

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide