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





Windows & Linux

Description

Specifies the main carrier frequency (in Hz) when processing TDRSS measurements (5 legged Doppler, BRTS Doppler, 1 way 3-legged Doppler).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Fref() As Double
[C#]
public double Fref {get; set;}
[Managed C++]
public: __property double get_Fref();
public: __property void set_Fref( double );
[Unmanaged C++]
public: HRESULT get_Fref(
    double * pVal
);
public: HRESULT put_Fref(
    double newVal
);
[Java]
public double getFref();
public void setFref(
    double
);
[Python - STK API ]
@property
def Fref(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.