Description
If you are using a non-spherical SRP model, this field defines the model's GPS solar radiation pressure K2 (scale) value. Dimensionless.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property K2() As Double
|
[C#] |
---|
public double K2 {get; set;}
|
[Managed C++] |
---|
public: __property double get_K2(); public: __property void set_K2(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_K2(
double * pVal
);
public: HRESULT put_K2(
double newVal
);
|
[Java] |
---|
public double getK2();
public void setK2(
double
);
|
[Python - STK API] |
---|
@property
def K2(self) -> float:
@K2.setter
def K2(self, newVal:float) -> None:
|
See Also