FlightDynamicsRecordPreview#

class ansys.stk.core.stkobjects.astrogator.FlightDynamicsRecordPreview#

Flight dynamics record preview.

Overview#

epoch_label

Get the epoch of the retrieved state from the ephemeris.

preview_result_label

Get the result of the initial state validation operation.

rx_label

Get the initial x position component for import label.

ry_label

Get the initial y position component for import label.

rz_label

Get the initial z position component for import label.

vx_label

Get the x velocity component for import label.

vy_label

Get the y velocity component for import label.

vz_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.

property FlightDynamicsRecordPreview.rz_label: str#

Get the initial z position component for import label.

property FlightDynamicsRecordPreview.vx_label: str#

Get the x velocity component for import label.

property FlightDynamicsRecordPreview.vy_label: str#

Get the y velocity component for import label.

property FlightDynamicsRecordPreview.vz_label: str#

Get the z velocity component for import label.