Description
Multiplicative factor on top of nominal GPS solar pressure model for acceleration in the satellite body fixed X-Z plane, which contains the sun to satellite line. Also known as K1, the nominal value is near 1.0.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Scale() As Double
|
| [C#] |
|---|
public double Scale {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_Scale(); public: __property void set_Scale(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Scale(
double * pVal
);
public: HRESULT put_Scale(
double Scale
);
|
| [Java] |
|---|
public double getScale();
public void setScale(
double
);
|
See Also