VehicleAttitudeExternal#
- class ansys.stk.core.stkobjects.VehicleAttitudeExternal#
External attitude (.a) file.
Overview#
Opt whether to use an external attitude file. |
|
Get the start time for the external attitude data. Uses DateFormat Dimension. |
|
Get the stop time for the external attitude data. Uses DateFormat Dimension. |
|
External (.a) file name containing attitude data. |
|
External (.a) full file name and path containing attitude data. |
|
Opt whether to override times contained in the external file. |
|
If overriding the times contained in the external file, specifies the time of the first attitude point. |
|
Message level used to report messages during file loading. |
Import detail#
from ansys.stk.core.stkobjects import VehicleAttitudeExternal
Property detail#
- property VehicleAttitudeExternal.start_time: Any#
Get the start time for the external attitude data. Uses DateFormat Dimension.
- property VehicleAttitudeExternal.stop_time: Any#
Get the stop time for the external attitude data. Uses DateFormat Dimension.
- property VehicleAttitudeExternal.file_path: str#
External (.a) full file name and path containing attitude data.
- property VehicleAttitudeExternal.override: bool#
Opt whether to override times contained in the external file.
- property VehicleAttitudeExternal.attitude_start_epoch: ITimeToolInstantSmartEpoch#
If overriding the times contained in the external file, specifies the time of the first attitude point.
- property VehicleAttitudeExternal.message_level: ExternalFileMessageLevelType#
Message level used to report messages during file loading.