ReceiverODProperties Object |
Top Previous Next |
DescriptionThe 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 ModeThis page describes functionality in nanosecond timing precision mode. Click here to see the documentation for this object in millisecond timing precision mode.
See also |