Spacecraft.CommZAspectAngle(GroundStation) Method

Top 

Description

Returns the aspect angle between the Spacecraft-to-groundStation vector and the Spacecraft's Z-axis.

 

The CommZAspectAngle method will account for refraction if refraction modeling is turned on using the GroundStation.RefractionModelType property.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

Spacecraft.CommZAspectAngle(

GroundStation groundStation)

 

 

Arguments

groundStation


Description:

The GroundStation to use in the aspect angle calculation.

 

 

 

Return Value

Type:

number

Units:

deg

 

 

Returns the aspect angle of the argument as seen from the reference object.

 

Syntax

myVariable1 = mySpacecraft1.CommZAspectAngle(myGroundStation1);

 

 

See also

Spacecraft Object

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide