Spacecraft.FOVTimes Method

Top 

Description

Returns the entry and exit times when the argument Spacecraft, GroundStation, Star, or celestial body enters and leaves the Spacecraft's field of view. See each overload for a summary of the information returned.

 

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.

 

Overload List

Signatures

Return Value

Description

Spacecraft.FOVTimes(GroundStation groundStationToView)

String

Returns the entry and exit times when groundStationToView enters and leaves the Spacecraft's field of view as well as the azimuth and elevation of the argument in the Spacecraft's first active Sensor's coordinate frame. If the Spacecraft has no active Sensors, the azimuth and elevation are reported in the Spacecraft's body coordinate frame.

Spacecraft.FOVTimes(Spacecraft spacecraftToView)

String

Returns the entry and exit times when spacecraftToView enters and leaves the Spacecraft's field of view as well as the azimuth and elevation of the argument in the Spacecraft's first active Sensor's coordinate frame. If the Spacecraft has no active Sensors, the azimuth and elevation are reported in the Spacecraft's body coordinate frame.

Spacecraft.FOVTimes(Star starToView)

String

Returns the entry and exit times when starToView enters and leaves the Spacecraft's field of view as well as the azimuth and elevation of the argument in the Spacecraft's first active Sensor's coordinate frame. If the Spacecraft has no active Sensors, the azimuth and elevation are reported in the Spacecraft's body coordinate frame.

Spacecraft.FOVTimes(Variable celestialBodyToView)

String

Returns the entry and exit times when celestialBodyToView enters and leaves the Spacecraft's field of view as well as the azimuth and elevation of the argument in the Spacecraft's first active Sensor's coordinate frame. If the Spacecraft has no active Sensors, the azimuth and elevation are reported in the Spacecraft's body coordinate frame.

Spacecraft.FOVTimes(GroundStation groundStationToView, Sensor sensorToUse)

String

Returns the entry and exit times when groundStationToView enters and leaves the Spacecraft's field of view as well as the azimuth and elevation of the argument in sensorToUse's coordinate frame.

Spacecraft.FOVTimes(Spacecraft spacecraftToView, Sensor sensorToUse)

String

Returns the entry and exit times when spacecraftToView enters and leaves the Spacecraft's field of view as well as the azimuth and elevation of the argument in sensorToUse's coordinate frame.

Spacecraft.FOVTimes(Star starToView, Sensor sensorToUse)

String

Returns the entry and exit times when starToView enters and leaves the Spacecraft's field of view as well as the azimuth and elevation of the argument in sensorToUse's coordinate frame.

Spacecraft.FOVTimes(Variable celestialBodyToView, Sensor sensorToUse)

String

Returns the entry and exit times when celestialBodyToView enters and leaves the Spacecraft's field of view as well as the azimuth and elevation of the argument in sensorToUse's coordinate frame.

Spacecraft.FOVTimes(GroundStation groundStationToView, Array EventTime, Array EventType)

Variable

Returns the entry and exit times when groundStationToView enters and leaves the Spacecraft's field of view.

Spacecraft.FOVTimes(Spacecraft spacecraftToView, Array EventTime, Array EventType)

Variable

Returns the entry and exit times when spacecraftToView enters and leaves the Spacecraft's field of view.

Spacecraft.FOVTimes(Star starToView, Array EventTime, Array EventType)

Variable

Returns the entry and exit times when starToView enters and leaves the Spacecraft's field of view.

Spacecraft.FOVTimes(Variable celestialBodyToView, Array EventTime, Array EventType)

Variable

Returns the entry and exit times when celestialBodyToView enters and leaves the Spacecraft's field of view.

Spacecraft.FOVTimes(GroundStation groundStationToView, Sensor sensorToUse, Array EventTime, Array EventType)

Variable

Returns the entry and exit times when groundStationToView enters and leaves the Spacecraft's field of view.

Spacecraft.FOVTimes(Spacecraft spacecraftToView, Sensor sensorToUse, Array EventTime, Array EventType)

Variable

Returns the entry and exit times when spacecraftToView enters and leaves the Spacecraft's field of view.

Spacecraft.FOVTimes(Star starToView, Sensor sensorToUse, Array EventTime, Array EventType)

Variable

Returns the entry and exit times when starToView enters and leaves the Spacecraft's field of view.

Spacecraft.FOVTimes(Variable celestialBodyToView, Sensor sensorToUse, Array EventTime, Array EventType)

Variable

Returns the entry and exit times when celestialBodyToView enters and leaves the Spacecraft's field of view.

 

 

See also

Spacecraft Object

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide