DSNMediaCorrections.EvaluateMediaCorrection(String, DSNObservation) 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(

String medium,


DSNObservation dsn_observation)

 

 

Arguments

medium


Description:

The medium for which the correction is evaluated.

Valid Values:

Value

Label

"CHPART"

Ionosphere

"WET NUPART"

Wet Troposphere

"DRY NUPART"

Dry Troposphere

 

 

 

dsn_observation


Description:

DSNObservation configured with parameters to use in evaluating the media correction.

 

 

 

Return Value

Type:

number

 

 

Returns the measurement bias evaluated using the media correction model.

 

Syntax

myVariable1 = myDSNMediaCorrections1.EvaluateMediaCorrection(myString1, myDSNObservation1);

 

 

See also

DSNMediaCorrections Object

DSNMediaCorrections.EvaluateMediaCorrection