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 h() As Double
|
| [C#] |
|---|
public double h {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_h(); public: __property void set_h(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_h(
double * pVal
);
public: HRESULT put_h(
double newVal
);
|
| [Java] |
|---|
public double geth();
public void seth(
double
);
|
| [Python - STK API] |
|---|
@property
def h(self) -> float:
@h.setter
def h(self, newVal:float) -> None:
|
See Also