MTOGlobalTrackOptions#
- class ansys.stk.core.stkobjects.MTOGlobalTrackOptions#
Global MTO track options.
Overview#
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. |
|
Get or set the ID of the track to be referenced for working with other tools. |
|
Block size used when allocating new tracks. Dimensionless. |
|
Criterion used to reference the altitude. A member of the AltitudeReferenceType enumeration. |
|
Opt whether to make the MTO static. |
|
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.