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;
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
Available In Editions:
Engineer
Mission
Timing Precision Mode
This page describes functionality in millisecond timing precision mode.
Name
|
Description
|
DeclaredName
|
The name of the object as declared.
|
Name
|
The name displayed for this object in output windows such as views, plots, and reports.
|
ObjectId
|
The unique identifier for the object.
|
ObjectType
|
The type of the object.
|
PointSolutionObservation
|
The OD property that contains all of the measurement and bias properties associated with the PointSolution Observation.
|
Properties
|
Array of all EstimableProperty objects included in the ReceiverODProperties object.
|
PseudorangeObservation
|
The OD property that contains all of the measurement and bias properties associated with the Pseudorange Observation.
|
|
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
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
|
See also
Orbit Determination Guide
|