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