Spacecraft.Access Method

Top 

Description

Returns the start time, end time, and duration of a Spacecraft Sensor's view of a Region, another Spacecraft, a GroundStation, a Star, or a celestial object. The Access time can be based on any active Sensors on the calling Spacecraft or a user-specified subset of Sensors.

 

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.

 

Overload List

Signatures

Return Value

Description

Spacecraft.Access(GroundStation groundStation)

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.

Spacecraft.Access(Region region)

String

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

Spacecraft.Access(Spacecraft spacecraft1)

String

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

Spacecraft.Access(Star star)

String

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

Spacecraft.Access(Variable celestialBody)

String

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

Spacecraft.Access(GroundStation groundStation, Sensor sensor)

String

Returns the start time, end time, and duration of a Spacecraft's Sensor's view of groundStation. The Access time is based on the specified sensor(s).

Spacecraft.Access(Region region, Sensor sensor)

String

Returns the start time, end time, and duration of a Spacecraft's Sensor's view of region. The Access time is based on the specified sensor(s).

Spacecraft.Access(Spacecraft spacecraft1, Sensor sensor)

String

Returns the start time, end time, and duration of a Spacecraft's Sensor's view of spacecraft1. The Access time is based on the specified sensor(s).

Spacecraft.Access(Star star, Sensor sensor)

String

Returns the start time, end time, and duration of a Spacecraft's Sensor's view of star. The Access time is based on the specified sensor(s).

Spacecraft.Access(Variable celestialBody, Sensor sensor)

String

Returns the start time, end time, and duration of a Spacecraft's Sensor's view of celestialBody. The Access time is based on the specified sensor(s).

Spacecraft.Access(GroundStation groundStation, TimeSpanArray EventTime, Array EventType)

Variable

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.

Spacecraft.Access(Region region, TimeSpanArray EventTime, Array EventType)

Variable

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

Spacecraft.Access(Spacecraft spacecraft1, TimeSpanArray EventTime, Array EventType)

Variable

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

Spacecraft.Access(Star star, TimeSpanArray EventTime, Array EventType)

Variable

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

Spacecraft.Access(Variable celestialBody, TimeSpanArray EventTime, Array EventType)

Variable

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

Spacecraft.Access(GroundStation groundStation, Sensor sensor, TimeSpanArray EventTime, Array EventType)

Variable

Returns the start time, end time, and duration of a Spacecraft's Sensor's view of groundStation. The Access time is based on the specified sensor(s).

Spacecraft.Access(Region region, Sensor sensor, TimeSpanArray EventTime, Array EventType)

Variable

Returns the start time, end time, and duration of a Spacecraft's Sensor's view of region. The Access time is based on the specified sensor(s).

Spacecraft.Access(Spacecraft spacecraft1, Sensor sensor, TimeSpanArray EventTime, Array EventType)

Variable

Returns the start time, end time, and duration of a Spacecraft's Sensor's view of spacecraft1. The Access time is based on the specified sensor(s).

Spacecraft.Access(Star star, Sensor sensor, TimeSpanArray EventTime, Array EventType)

Variable

Returns the start time, end time, and duration of a Spacecraft's Sensor's view of star. The Access time is based on the specified sensor(s).

Spacecraft.Access(Variable celestialBody, Sensor sensor, TimeSpanArray EventTime, Array EventType)

Variable

Returns the start time, end time, and duration of a Spacecraft's Sensor's view of celestialBody. The Access time is based on the specified sensor(s).

 

 

See also

Spacecraft Object

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide