Description
The DSNMediaCorrectionCommand object stores the parameters for a single DSN media correction record. Each record specifies the type of correction (ionosphere or troposphere), the function type, the associated coefficients, and the participants to which the correction applies. These objects are contained within the Commands array of the DSNMediaCorrections object, and may be created by loading a TRK-2-23 file or by manual configuration.
Users cannot create instances of this type of object. However, users can access instances of this object type that have been created indirectly, for example as children of other objects. Users can also access any static properties and methods on this object type.
Inheritance Hierarchy: Object->DSNMediaCorrectionCommand
Parent Object: DSNMediaCorrections
Available In Editions:
Mission
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.
Name
|
Description
|
Attributes
|
Coefficients
|
The coefficients for the fit function of the calibrated correction.
|
Type: Array
Access: Read/Write
|
ComputationSpecifier
|
The function type used for the calibrated correction. Note that while the prefix 'D' is allowed all evaluations will be performed in double precision.
|
Type: String
Access: Read/Write
|
DataType
|
Measurement type that is corrected.
|
Type: String
Access: Read/Write
|
DeclaredName
|
The name of the object as declared.
|
Type: String
Access: Read-Only
|
From
|
The epoch (in TAI) at the start of the time span in which the correction calibration is evaluated.
|
Type: Variable
Access: Read/Write
Units: day
|
Medium
|
The transmission medium for which the correction is evaluated.
|
Type: String
Access: Read/Write
|
Name
|
The name displayed for this object in output windows such as views, plots, and reports.
|
Type: String
Access: Read/Write
|
ObjectId
|
The unique identifier for the object.
|
Type: Variable
Access: Read-Only
|
ObjectType
|
The type of the object.
|
Type: String
Access: Read-Only
|
Source
|
The spacecraft or quasar ID associated with the calibrated correction.
|
Type: Variable
Access: Read/Write
|
StationOrComplex
|
The station or complex for which the correction is evaluated. If this property starts with a "C" then all stations with a station ID with the same starting digit of the value of this property are matched.
|
Type: String
Access: Read/Write
|
To
|
The epoch (in TAI) at the end of the time span in which the correction calibration is evaluated.
|
Type: Variable
Access: Read/Write
Units: day
|
|
Name
|
Description
|
ClearSavedStates
|
Clears previous saved states for this object.
|
EvaluateMediaCorrection
|
Evaluates the correction to the measurement associated with the parameters defined within the media calibration command.
|
GetFromFile
|
Load the object state from the specified FreeFlyer object file.
|
GetFromString
|
Load the object state from the specified string.
|
PutToFile
|
Convert the object state to FreeFlyer object xml and write to a file.
|
PutToString
|
Convert the object state to FreeFlyer object xml and return as a string.
|
ReferenceEquals
|
Returns 1 if the argument refers to the calling object and 0 otherwise.
|
Restore
|
Restore an object's state from a previously saved state.
|
Save
|
Save the object's state so that it can be restored later.
|
SetCoefficients
|
Sets coefficients to be used for the fit function associated with the calibration command.
|
|
|