Description
The ReceiverODProperties object allows the user to access the list of EstimableProperties that are associated with a Receiver. This object is not creatable in script, but is always created as a child object of the Receiver object as seen in the example below:
(Spacecraft1.Receivers[0] AsType GPSReceiver).OD.PointSolutionObservation.X.Noise = 0.03;
This object has been Deprecated. Please use GNSSReceiverODProperties instead.
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->ODProperties->ReceiverODProperties
Parent Object: GPSReceiver
Available In Editions:
Engineer
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
|
ClearSavedStates
|
Clears previous saved states for this object.
|
GetEstimableProperty
|
Gets the EstimableProperty object for the specified property name.
|
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.
|
|
Name
|
Description
|
Attributes
|
ClockBias
|
The OD property that contains all of the OD statistics (Sigma, Process Noise, State Update, etc) associated with the GPSReceiver.ClockBias property.
This property has been Deprecated. This property is part of the legacy Orbit Determination architecture, which is maintained only for backwards compatibility for some operational customers. Please use the new Orbit Determination architecture instead. See the Help File Guide on Orbit Determination for more information.
|
Type: EstimablePseudoRangeTimeBias
Access: Read-Only
|
ClockDrift
|
The OD property that contains all of the OD statistics (Sigma, Process Noise, State Update, etc) associated with the GPSReceiver.ClockDrift property.
This property has been Deprecated. This property is part of the legacy Orbit Determination architecture, which is maintained only for backwards compatibility for some operational customers. Please use the new Orbit Determination architecture instead. See the Help File Guide on Orbit Determination for more information.
|
Type: EstimablePseudoRangeClockDrift
Access: Read-Only
|
PseudorangeObservation
|
The OD property that contains all of the measurement and bias properties associated with the Pseudorange Observation.
This property has been Deprecated. The PseudorangeObservation property has been deprecated. Please use GNSSObservation instead. See the Help File Guide on Orbit Determination for more information.
|
Type: PseudorangeObservationMeasurements
Access: Read-Only
|
TimeTagBias
|
The OD property that contains all of the OD statistics (Sigma, Process Noise, State Update, etc) associated with the GPSReceiver.TimeTagBias property.
This property has been Deprecated. This property is part of the legacy Orbit Determination architecture, which is maintained only for backwards compatibility for some operational customers. Please use the new Orbit Determination architecture instead. See the Help File Guide on Orbit Determination for more information.
|
Type: EstimableTimeBias
Access: Read-Only
|
VXBias
|
The OD property that contains all of the OD statistics (Sigma, Process Noise, State Update, etc) associated with the GPSReceiver.VXBias property.
This property has been Deprecated. This property is part of the legacy Orbit Determination architecture, which is maintained only for backwards compatibility for some operational customers. Please use the new Orbit Determination architecture instead. See the Help File Guide on Orbit Determination for more information.
|
Type: EstimableVelocityBias
Access: Read-Only
|
VYBias
|
The OD property that contains all of the OD statistics (Sigma, Process Noise, State Update, etc) associated with the GPSReceiver.VYBias property.
This property has been Deprecated. This property is part of the legacy Orbit Determination architecture, which is maintained only for backwards compatibility for some operational customers. Please use the new Orbit Determination architecture instead. See the Help File Guide on Orbit Determination for more information.
|
Type: EstimableVelocityBias
Access: Read-Only
|
VZBias
|
The OD property that contains all of the OD statistics (Sigma, Process Noise, State Update, etc) associated with the GPSReceiver.VZBias property.
This property has been Deprecated. This property is part of the legacy Orbit Determination architecture, which is maintained only for backwards compatibility for some operational customers. Please use the new Orbit Determination architecture instead. See the Help File Guide on Orbit Determination for more information.
|
Type: EstimableVelocityBias
Access: Read-Only
|
XBias
|
The OD property that contains all of the OD statistics (Sigma, Process Noise, State Update, etc) associated with the GPSReceiver.XBias property.
This property has been Deprecated. This property is part of the legacy Orbit Determination architecture, which is maintained only for backwards compatibility for some operational customers. Please use the new Orbit Determination architecture instead. See the Help File Guide on Orbit Determination for more information.
|
Type: EstimablePositionBias
Access: Read-Only
|
YBias
|
The OD property that contains all of the OD statistics (Sigma, Process Noise, State Update, etc) associated with the GPSReceiver.YBias property.
This property has been Deprecated. This property is part of the legacy Orbit Determination architecture, which is maintained only for backwards compatibility for some operational customers. Please use the new Orbit Determination architecture instead. See the Help File Guide on Orbit Determination for more information.
|
Type: EstimablePositionBias
Access: Read-Only
|
ZBias
|
The OD property that contains all of the OD statistics (Sigma, Process Noise, State Update, etc) associated with the GPSReceiver.ZsBias property.
This property has been Deprecated. This property is part of the legacy Orbit Determination architecture, which is maintained only for backwards compatibility for some operational customers. Please use the new Orbit Determination architecture instead. See the Help File Guide on Orbit Determination for more information.
|
Type: EstimablePositionBias
Access: Read-Only
|
|
See also
Orbit Determination Guide
|