IAgODProvideTrackingDataLib 13Send comments on this topic.
TransponderIDs Property (IAgODGenericObs)
See Also
Windows





Windows & Linux

Description

List of integer transponder IDs used in conjunction with the current measurement. The default is an empty list.

For TDOA, FDOA and TDOA Dot the first transponder ID identifies the transponder on the path 1 relay satellite and the second transponder ID identifies the transponder on the path 2 relay.

For SD TDOA, SD FDOA and SD TDOA Dot the first transponder ID identifies the transponder on the path 1 relay satellite and the second transponder ID identifies the transponder on the path 2 relay. The third transponder ID identifies the transponder on the path 3 relay satellite and the fourth transponder ID identifies the transponder on the path 4 relay.

Note that the path 1 and path 3 use the same relay satellite but can use different transponders. The same is true for path 2 and path 4.

An ID is added to the TransponderIDs list using the insert method. For example the syntax in perl would be:

$pObs->{TransponderIDs}->Insert(0, $Snum); $pObs->{ TransponderIDs }->Insert(1, $Vnum);

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TransponderIDs() As IAgODTrackingIDList
[C#]
public IAgODTrackingIDList TransponderIDs {get; set;}
[Managed C++]
public: __property IAgODTrackingIDList ^ get_TransponderIDs();
public: __property void set_TransponderIDs( IAgODTrackingIDList );
[Unmanaged C++]
public: HRESULT get_TransponderIDs(
    IAgODTrackingIDList ** pVal
);
public: HRESULT put_TransponderIDs(
    IAgODTrackingIDList pVal
);
[Java]
public IAgODTrackingIDList getTransponderIDs();
public void setTransponderIDs(
    IAgODTrackingIDList
);
[Python - STK API ]
@property
def TransponderIDs(self) -> "IAgODTrackingIDList":

@TransponderIDs.setter
def TransponderIDs(self, pVal:"IAgODTrackingIDList") -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.