Description
h/k collectively describe the shape of the satellite's orbit and the position of perigee. Dimensionless.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property k() As Double
|
[C#] |
---|
public double k {get; set;}
|
[Managed C++] |
---|
public: __property double get_k(); public: __property void set_k(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_k(
double * pVal
);
public: HRESULT put_k(
double newVal
);
|
[Java] |
---|
public double getk();
public void setk(
double
);
|
[Python - STK API] |
---|
@property
def k(self) -> float:
@k.setter
def k(self, newVal:float) -> None:
|
See Also