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





Windows & Linux

Description

Frequency (in Hz) of the pilot tone used in 3-legged, BRTS Doppler and 5-legged TDRS doppler measurements.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property bFpilot() As Double
[C#]
public double bFpilot {get; set;}
[Managed C++]
public: __property double get_bFpilot();
public: __property void set_bFpilot( double );
[Unmanaged C++]
public: HRESULT get_bFpilot(
    double * pVal
);
public: HRESULT put_bFpilot(
    double newVal
);
[Java]
public double getbFpilot();
public void setbFpilot(
    double
);
[Python - STK API ]
@property
def bFpilot(self) -> float:

@bFpilot.setter
def bFpilot(self, newVal:float) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.