FlightDynamicsRecordPreview#
- class ansys.stk.core.stkobjects.astrogator.FlightDynamicsRecordPreview#
Flight dynamics record preview.
Overview#
Get the epoch of the retrieved state from the ephemeris. |
|
Get the result of the initial state validation operation. |
|
Get the initial x position component for import label. |
|
Get the initial y position component for import label. |
|
Get the initial z position component for import label. |
|
Get the x velocity component for import label. |
|
Get the y velocity component for import label. |
|
Get the z velocity component for import label. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import FlightDynamicsRecordPreview
Property detail#
- property FlightDynamicsRecordPreview.epoch_label: str#
Get the epoch of the retrieved state from the ephemeris.
- property FlightDynamicsRecordPreview.preview_result_label: str#
Get the result of the initial state validation operation.
- property FlightDynamicsRecordPreview.rx_label: str#
Get the initial x position component for import label.
- property FlightDynamicsRecordPreview.ry_label: str#
Get the initial y position component for import label.