VehicleAttitudeExternal#

class ansys.stk.core.stkobjects.VehicleAttitudeExternal#

External attitude (.a) file.

Overview#

reload

Reload the file.

load

Load the file.

disable

Unload the file.

enabled

Opt whether to use an external attitude file.

start_time

Get the start time for the external attitude data. Uses DateFormat Dimension.

stop_time

Get the stop time for the external attitude data. Uses DateFormat Dimension.

filename

External (.a) file name containing attitude data.

file_path

External (.a) full file name and path containing attitude data.

override

Opt whether to override times contained in the external file.

attitude_start_epoch

If overriding the times contained in the external file, specifies the time of the first attitude point.

message_level

Message level used to report messages during file loading.

Import detail#

from ansys.stk.core.stkobjects import VehicleAttitudeExternal

Property detail#

property VehicleAttitudeExternal.enabled: bool#

Opt whether to use an external attitude file.

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.filename: str#

External (.a) file name containing attitude data.

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.

Method detail#

VehicleAttitudeExternal.reload(self) None#

Reload the file.

Returns:

None

VehicleAttitudeExternal.load(self, filename: str) None#

Load the file.

Parameters:

filename : str

Returns:

None

VehicleAttitudeExternal.disable(self) None#

Unload the file.

Returns:

None