The object acceleration in the requested frame. Only eUtFrameInertial and eUtFrameFixed are supported.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
[Python - STK API ] |
|---|
def Acceleration(self, Frame:"AgEUtFrame", Ax:float, Ay:float, Az:float) -> typing.Tuple[float, float, float]: |
- Frame
- Requested frame to express the results.
- Ax
- The X-component of acceleration in the requested frame, as observed rotating with that frame.
- Ay
- The Y-component of acceleration in the requested frame, as observed rotating with that frame.
- Az
- The Z-component of acceleration in the requested frame, as observed rotating with that frame.






