STK ObjectsSend comments on this topic.
Q Property (IAgOrbitStateEquinoctial)
See Also
Windows





Windows & Linux

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 val
);
[Java]
public double getQ();
public void setQ(
    double
);
[Python - STK API ]
@property
def Q(self) -> float:

@Q.setter
def Q(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.