FlightDynamicsRecord#

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

Bases: IComponentInfo, ICloneable

Flight Dynamics Records.

Overview#

export_propulsion_to_browser

Export the version of the propagator stored in this record to the component browser.

notes

User commecnt/information associated with the record.

propagator

The numerical propagator (force model and integrator) configuration associated with this record

propagator_name

Propagator name.

record_time_stamp

Time stamp when the FD record was created from its source.

state_config_properties

State Config. properties

Import detail#

from ansys.stk.core.stkobjects.astrogator import FlightDynamicsRecord

Property detail#

property FlightDynamicsRecord.notes: str#

User commecnt/information associated with the record.

property FlightDynamicsRecord.propagator: IComponentInfo#

The numerical propagator (force model and integrator) configuration associated with this record

property FlightDynamicsRecord.propagator_name: str#

Propagator name.

property FlightDynamicsRecord.record_time_stamp: str#

Time stamp when the FD record was created from its source.

property FlightDynamicsRecord.state_config_properties: StateConfigCollection#

State Config. properties

Method detail#

FlightDynamicsRecord.export_propulsion_to_browser(self) None#

Export the version of the propagator stored in this record to the component browser.

Returns:

None