GroundStation.RefractivityNs Property

Top 

Description

Local-mean coefficients for each month used with the analytic interpolation table refraction model. If the GroundStation.RefractionModelType is set to "Analytic - Interpolation Table", this array of refraction coefficients is used to compute the refracted elevation from this GroundStation, affecting the following methods: GroundStation.ElevationR, GroundStation.CommZAspectAngle, GroundStation.TrackingInterference, Spacecraft.Contact, Spacecraft.ContactTimes, and Spacecraft.PassData. These refraction coefficients are also used with the VisibilityCalculator and VisibilitySegment objects if this GroundStation is the observer for a Segment and the Segment.RefractionModelType is set to "Analytic - TRORD".

 

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

Default Value:

{ 0.330, 0.330, ...0.330, 0.330 }

 

Syntax

myVariable1 = myGroundStation1.RefractivityNs[0];

 

myGroundStation1.RefractivityNs[0] = myVariable1;

 

See also

GroundStation Object

Coverage and Contact Analysis Guide

GroundStations Guide