MTOGlobalTrackOptions#

class ansys.stk.core.stkobjects.MTOGlobalTrackOptions#

Global MTO track options.

Overview#

save_track_data

Opt whether to save the tracks you define with the scenario. Otherwise, the MTO will be saved with the scenario, but all track data will be discarded.

computation_track_identifier

Get or set the ID of the track to be referenced for working with other tools.

block_size

Block size used when allocating new tracks. Dimensionless.

altitude_reference

Criterion used to reference the altitude. A member of the AltitudeReferenceType enumeration.

is_static

Opt whether to make the MTO static.

maximum_number_of_points_before_pruning

Prune the tracks by keeping a maximum number of points. Dimensionless.

Import detail#

from ansys.stk.core.stkobjects import MTOGlobalTrackOptions

Property detail#

property MTOGlobalTrackOptions.save_track_data: bool#

Opt whether to save the tracks you define with the scenario. Otherwise, the MTO will be saved with the scenario, but all track data will be discarded.

property MTOGlobalTrackOptions.computation_track_identifier: int#

Get or set the ID of the track to be referenced for working with other tools.

property MTOGlobalTrackOptions.block_size: int#

Block size used when allocating new tracks. Dimensionless.

property MTOGlobalTrackOptions.altitude_reference: AltitudeReferenceType#

Criterion used to reference the altitude. A member of the AltitudeReferenceType enumeration.

property MTOGlobalTrackOptions.is_static: bool#

Opt whether to make the MTO static.

property MTOGlobalTrackOptions.maximum_number_of_points_before_pruning: int#

Prune the tracks by keeping a maximum number of points. Dimensionless.