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