Description
P/Q collectively describe the orientation of the satellite's orbit plane. Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property P() As Double
|
| [C#] |
|---|
public double P {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_P(); public: __property void set_P(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_P(
double * pVal
);
public: HRESULT put_P(
double val
);
|
| [Java] |
|---|
public double getP();
public void setP(
double
);
|
| [Python - STK API] |
|---|
@property
def P(self) -> float:
@P.setter
def P(self, val:float) -> None:
|
See Also