GroundStation.MaskAzimuth Property

Top 

Description

When MaskShape is set to 'Points', the MaskAzimuth value for each of the 'n' points can be set. The array index (i.e., 'n') starts at 0 and goes up to NumberOfPoints - 1.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Attributes

Type:

Array of number

Access:

read/write

Units:

deg

Default Value:

{ 0.0, 30.0, ...330.0, 360.0 }

Valid Range:

-360 ≤ GroundStation.MaskAzimuth ≤ 360

 

Syntax

myVariable1 = myGroundStation1.MaskAzimuth[0];

 

myGroundStation1.MaskAzimuth[0] = myVariable1;

 

See also

GroundStation Object

Coverage and Contact Analysis Guide

GroundStations Guide