Description
Applies to GPS Phase Count measurements. Specifies the change in the cycle count across the phase count interval, where the phase count interval is specified by the Doppler_Dt parameter.
Not to be confused with the Value parameter, which specifies the actual cycle counter value at this measurement time.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property CycleCountChange() As Double
|
[C#] |
---|
public double CycleCountChange {get; set;}
|
[Managed C++] |
---|
public: __property double get_CycleCountChange(); public: __property void set_CycleCountChange(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_CycleCountChange(
double * pVal
);
public: HRESULT put_CycleCountChange(
double newVal
);
|
[Java] |
---|
public double getCycleCountChange();
public void setCycleCountChange(
double
);
|
[Python - STK API ] |
---|
@property
def CycleCountChange(self) -> float:
@CycleCountChange.setter
def CycleCountChange(self, newVal:float) -> None:
|
See Also