DSNMediaCorrections.EvaluateMediaCorrection(Variable, String, GroundStation) Method

Top 

Description

Evaluates the correction to the measurement associated with the provided Groundstation and Spacecraft. This overload evaluates the correction for the first calibration command configured in the object.

 

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.

 

Method Signature

DSNMediaCorrections.EvaluateMediaCorrection(

Variable epoch,


String medium,


GroundStation groundstation)

 

 

Arguments

epoch


Description:

The epoch at which to evaluate the correction.

 

 

medium


Description:

The medium for which the correction is evaluated.

Valid Values:

Value

Label

"CHPART"

Ionosphere

"WET NUPART"

Wet Troposphere

"DRY NUPART"

Dry Troposphere

 

 

 

groundstation


Description:

Spacecraft which is at the transmit point of the communication link which generated the measurement being corrected.

 

 

 

Return Value

Type:

number

 

 

Returns the measurement bias evaluated using the media correction model.

 

Syntax

myVariable1 = myDSNMediaCorrections1.EvaluateMediaCorrection(myVariable2, myString1, myGroundStation1);

 

 

See also

DSNMediaCorrections Object

DSNMediaCorrections.EvaluateMediaCorrection