GnssMeasurement.SatelliteInterSignalBiasNanos Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the GNSS measurement's satellite inter-signal bias in nanoseconds with sub-nanosecond accuracy.
public double SatelliteInterSignalBiasNanos { [Android.Runtime.Register("getSatelliteInterSignalBiasNanos", "()D", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getSatelliteInterSignalBiasNanos", "()D", "", ApiSince=30)>]
member this.SatelliteInterSignalBiasNanos : double
Property Value
- Attributes
Remarks
Gets the GNSS measurement's satellite inter-signal bias in nanoseconds with sub-nanosecond accuracy.
This value is the space-segment-side inter-system bias, inter-frequency bias and inter-code bias, including:
<ul> <li>Master clock bias (e.g., GPS-GAL Time Offset (GGTO), GPS-UTC Time Offset (TauGps), BDS-GLO Time Offset (BGTO))(with respect to the constellation in GnssClock#getReferenceConstellationTypeForIsb())</li> <li>Group delay (e.g., Total Group Delay (TGD))</li> <li>Satellite inter-frequency bias (GLO only) (with respect to the carrier frequency in {@link GnssClock#getReferenceConstellationTypeForIsb())</li> <li>Satellite inter-code bias (e.g., Differential Code Bias (DCB)) (with respect to the code type in {@link GnssClock#getReferenceConstellationTypeForIsb())</li> </ul>
<p>The sign of the value is defined by the following equation: <pre> corrected pseudorange = raw pseudorange - SatelliteInterSignalBiasNanos</pre>
<p>The value is only available if {@link #hasSatelliteInterSignalBiasNanos()
is true
.
Java documentation for android.location.GnssMeasurement.getSatelliteInterSignalBiasNanos()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.