Description
The satellite 'average' URA number, with the URA number as defined in the ICD-GPS-200. This is not an item in the raw almanac file, but is based on the average URA value transmitted by this satellite in its subframe 1 data sets.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property AvgURA() As Integer
|
| [C#] |
|---|
public int AvgURA {get;}
|
| [Managed C++] |
|---|
public: __property int get_AvgURA();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_AvgURA(
long * pVal
);
|
| [Java] |
|---|
public int getAvgURA();
|
See Also