Only applicable to GNSS measurements. List of RINEX 3 three-character code identifiers associated with this measurement. See http://igscb.jpl.nasa.gov/components/formats.html, RINEX 3 format, Section 5.
Single-Frequency and Single-Frequency Single Differenced measurements have one code identifier in the list.
Dual-Frequency Single Differenced measurements have two code identifiers in the list.
The code identifiers are the RINEX 3 identifiers that identify (observation type, frequency band, mode/channel).
For example:
A single frequency GPS L1 C/A pseudo range would have one list item: "C1C".
A dual frequency GPS L2C and L5 phase would have two items in the list: "C2L", C5X".
The %IAgODTrackingNameList:IAgODProvideTrackingDataLib~IAgODTrackingNameList% methods are used to manage these list entries.
[Visual Basic .NET] |
---|
Public Property GNSSObsCodes() As IAgODTrackingNameList |
[C#] |
---|
public IAgODTrackingNameList GNSSObsCodes {get; set;} |
[Managed C++] |
---|
public: __property IAgODTrackingNameList ^ get_GNSSObsCodes(); |
[Unmanaged C++] |
---|
public: HRESULT get_GNSSObsCodes( IAgODTrackingNameList ** pVal ); public: HRESULT put_GNSSObsCodes( IAgODTrackingNameList pVal ); |
[Java] |
---|
public IAgODTrackingNameList getGNSSObsCodes(); public void setGNSSObsCodes( IAgODTrackingNameList ); |
[Python - STK API ![]() |
---|
@property def GNSSObsCodes(self) -> "IAgODTrackingNameList": @GNSSObsCodes.setter def GNSSObsCodes(self, pVal:"IAgODTrackingNameList") -> None: |