Signatures
|
Return Value
|
Description
|
BlockageDiagram.LineOfSight(Spacecraft source, Array target)
|
Variable
|
Determines if the source Spacecraft can see the target specified in the ICRF using the loaded blockage diagram. The source's body-fixed frame defines the base for the blockage diagram look angle frame orientation. No occultations are considered.
|
BlockageDiagram.LineOfSight(Spacecraft source, CelestialObject target)
|
Variable
|
Determines if the source Spacecraft can see the target CelestialObject using the loaded blockage diagram. The source's body-fixed frame defines the base for the blockage diagram look angle frame orientation. No occultations are considered.
|
BlockageDiagram.LineOfSight(Spacecraft source, GroundStation target)
|
Variable
|
Determines if the source Spacecraft can see the target GroundStation using the loaded blockage diagram. The source's body-fixed frame defines the base for the blockage diagram look angle frame orientation. No occultations are considered.
|
BlockageDiagram.LineOfSight(Spacecraft source, Spacecraft target)
|
Variable
|
Determines if the source Spacecraft can see the target Spacecraft using the loaded blockage diagram. The source's body-fixed frame defines the base for the blockage diagram look angle frame orientation. No occultations are considered.
|
BlockageDiagram.LineOfSight(Spacecraft source, Star target)
|
Variable
|
Determines if the source Spacecraft can see the target Star using the loaded blockage diagram. The source's body-fixed frame defines the base for the blockage diagram look angle frame orientation. No occultations are considered.
|
BlockageDiagram.LineOfSight(Spacecraft source, Vector target)
|
Variable
|
Determines if the source Spacecraft can see the target vector in the ICRF using the loaded blockage diagram. The source's body-fixed frame defines the base for the blockage diagram look angle frame orientation. No occultations are considered.
|
BlockageDiagram.LineOfSight(Spacecraft source, Array target, Array occultingBodies)
|
Variable
|
Determines if the source Spacecraft can see the target specified in the ICRF using the loaded blockage diagram. The source's body-fixed frame defines the base for the blockage diagram look angle frame orientation. The specified occulting bodies are also considered.
|
BlockageDiagram.LineOfSight(Spacecraft source, CelestialObject target, Array occultingBodies)
|
Variable
|
Determines if the source Spacecraft can see the target CelestialObject using the loaded blockage diagram. The source's body-fixed frame defines the base for the blockage diagram look angle frame orientation. The specified occulting bodies are also considered.
|
BlockageDiagram.LineOfSight(Spacecraft source, GroundStation target, Array occultingBodies)
|
Variable
|
Determines if the source Spacecraft can see the target GroundStation using the loaded blockage diagram. The source's body-fixed frame defines the base for the blockage diagram look angle frame orientation. The specified occulting bodies are also considered.
|
BlockageDiagram.LineOfSight(Spacecraft source, Spacecraft target, Array occultingBodies)
|
Variable
|
Determines if the source Spacecraft can see the target Spacecraft using the loaded blockage diagram. The source's body-fixed frame defines the base for the blockage diagram look angle frame orientation. The specified occulting bodies are also considered.
|
BlockageDiagram.LineOfSight(Spacecraft source, Star target, Array occultingBodies)
|
Variable
|
Determines if the source Spacecraft can see the target Star using the loaded blockage diagram. The source's body-fixed frame defines the base for the blockage diagram look angle frame orientation. The specified occulting bodies are also considered.
|
BlockageDiagram.LineOfSight(Spacecraft source, Vector target, Array occultingBodies)
|
Variable
|
Determines if the source Spacecraft can see the target vector in the ICRF using the loaded blockage diagram. The source's body-fixed frame defines the base for the blockage diagram look angle frame orientation. The specified occulting bodies are also considered.
|