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, Array 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, Array 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, Array 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, Array 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, Array 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, Array 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, Array 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, Array 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, Array 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, Array 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).
|