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 newVal
);
|
| [Java] |
|---|
public double getp();
public void setp(
double
);
|
| [Python - STK API] |
|---|
@property
def p(self) -> float:
@p.setter
def p(self, newVal:float) -> None:
|
See Also