Vehicle.Azimuth(GroundStation) Method

Top 

Description

Returns the angle measured from the positive x-axis to the projected location of the target on the x-y plane measured in the Vehicle body frame.

 

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.

 

Method Signature

Vehicle.Azimuth(

GroundStation groundStation)

 

 

Arguments

groundStation


Description:

The target GroundStation to be used in the azimuth calculation.

 

 

 

Return Value

Type:

number

Units:

deg

 

 

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

 

Syntax

myVariable1 = myVehicle1.Azimuth(myGroundStation1);

 

 

See also

Vehicle Object

Vehicle.Azimuth