Frequency (in Hz) of the pilot tone used in 3-legged, BRTS Doppler and 5-legged TDRS doppler measurements.
Read-write property
[Visual Basic .NET] |
---|
Public Property bFpilot() As Double |
[C#] |
---|
public double bFpilot {get; set;} |
[Managed C++] |
---|
public: __property double get_bFpilot(); |
[Unmanaged C++] |
---|
public: HRESULT get_bFpilot( double * pVal ); public: HRESULT put_bFpilot( double newVal ); |
[Java] |
---|
public double getbFpilot(); public void setbFpilot( double ); |