Current position (meters) and velocity (meters/second) in the requested frame returned as an array representing x, y, z, vx, vy, vz. Useful for scripting clients.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def PosVel_Array(self, Frame:"AgEUtFrame") -> list: |
- Frame
- Requested frame to express the results.
An array containing the current position and velocity components in the requested frame, as observed rotating with the frame.






