Description
Deprecated. Please use a List of GNSSObservation objects instead.
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Click here to see the documentation for this object in millisecond timing precision mode.
Method Signature
Arguments
gnssFormation
|
|
Description:
|
The Formation object for the Observing GNSS spacecraft. This argument is used to determine visibility of GNSS Spacecraft. Also when simulating Pseudorange data it is used to model clock biases and set the Satellite ID code based on the GNSS System and SatelliteId.
|
prObservations
|
|
Description:
|
Deprecated. Please use a List of GNSSObservationss instead.
|
exclusionHeight
|
|
Description:
|
If the height of the line segment between the observer and target above the surface of a participating CelestialObject is less than the exclusionHeight, then the two objects will not be considered to be in contact. Participating CelestialObjects include the central bodies of the observer and target and both the Earth and the Moon if one of those bodies is in the set.
|
Units:
|
km
|
Valid Range:
|
exclusionHeight ≥ 0
|
Return Value
Returns 1 if data was successfully simulated, 0 if no data was simulated due to a visibility restriction, such as an occulting body or sensor mask. When simulating multiple Pseudorange Observations, this method returns the number simulated.
Syntax
myVariable1 = mySpacecraft1.SimulateTrackingData(myFormation1, myListOfPseudorangeObservation1, myVariable2);
|
See also
Spacecraft Object
Spacecraft.SimulateTrackingData
Spacecraft Propagation Guide
Coverage and Contact Analysis Guide
|