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 nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond 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