Description
Specifies the Doppler count interval in units of seconds. If this value is undefined, it will default to 0, and the user can override the value via each facility's Measurement Statistics for Doppler measurements.
This parameter also specifies the GPS phase count interval for GPS phase measurements. For GPS Phase measurements it must be set along with the CycleCountChange parameter.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Doppler_Dt() As Double
|
[C#] |
---|
public double Doppler_Dt {get; set;}
|
[Managed C++] |
---|
public: __property double get_Doppler_Dt(); public: __property void set_Doppler_Dt(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Doppler_Dt(
double * pVal
);
public: HRESULT put_Doppler_Dt(
double newVal
);
|
[Java] |
---|
public double getDoppler_Dt();
public void setDoppler_Dt(
double
);
|
[Python - STK API ] |
---|
@property
def Doppler_Dt(self) -> float:
@Doppler_Dt.setter
def Doppler_Dt(self, newVal:float) -> None:
|
See Also