Spacecraft.Access(GroundStation) Method

Top 

Description

Returns the start time, end time, and duration of a Spacecraft's Sensor's view of groundStation. The Access time is based on any active Sensors on the calling Spacecraft.

 

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.

 

Note: This is an interval method. See the Interval Methods page for more information.

Note: This method has a state. See the Methods and Properties with State page for more information.

 

Method Signature

Spacecraft.Access(

GroundStation groundStation)

 

 

Arguments

groundStation


Description:

The GroundStation that the calling Spacecraft is attempting to access.

 

 

 

Return Value

Type:

string

 

 

Returns the start time, end time, and duration of a Spacecraft's Sensor's view of groundStation. The Access time is based on any active Sensors on the calling Spacecraft.

 

The FF_Preferences.IntervalEventReportingBehavior property controls whether the start and end of propagation are reported as events. By default, if the Sensor's view starts before the beginning of the propagation span, FreeFlyer will label the start of the propagation as the start of the Sensor's view. If the Sensor's view extends past the end of the propagation span, FreeFlyer labels the end of propagation as the end of the Sensor's view.

 

Syntax

myString1 = mySpacecraft1.Access(myGroundStation1);

 

 

Example 1

 

 

See also

Spacecraft Object

Spacecraft.Access

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide