Spacecraft.InRange(ProximityZone) Method

Top 

Description

Returns a value of 0 when the calling Spacecraft is outside the rangeDefinitionProximityZone and a 1 when the calling Spacecraft is within the rangeDefinitionProximityZone.

 

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 millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

Spacecraft.InRange(

ProximityZone rangeDefinitionProximityZone)

 

 

Arguments

rangeDefinitionProximityZone


Description:

ProximityZone used to define range boundaries.

 

 

 

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

 

 

See also

Spacecraft Object

Spacecraft.InRange

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide