GNSSMeasurementOptions Object |
Top Previous Next |
DescriptionThe GNSSMeasurementOptions object is a container for accessing all options related to the GNSSObservation for a GNSS constellation. This object is not creatable in script, but is always created as a child object of the GNSSObservationMeasurements object as seen in the example below:
Spacecraft1.GNSSReceivers[0].OD.GPS.Pseudoranges[0].Noise = 0.1;
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->GNSSMeasurementOptions Parent Object: GNSSObservationMeasurements
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.
|