MTOAnalysisRange#
- class ansys.stk.core.stkobjects.MTOAnalysisRange#
MTO Range Computation.
Overview#
Return true if all tracks are in range of the specified object. |
|
Return true if any track in the array is visible to the object. |
|
Compute the range of all track ids. Returns an array of track ids with a bool value if itβs in range of the object. |
|
Return an array of track ids with a bool value if itβs in range of the object. |
|
Return true if any track is in range of the specified object. |
|
Return true is the track id is within range. |
Range Entirety. |
|
Get or set the lower range limit in Distance Units. |
|
If the Object to which range will be computed is an MTO, use this option to specify the track that will be used to compute that range. By default the MTOβs ComputeTrack will be used. |
|
Use Extended to use the last point of the ephemeris span of the object for times past the last point. Default is Normal. |
|
Get or set the object to which range is being computed. |
|
Get or set the upper range limit in Distance Units. |
Import detail#
from ansys.stk.core.stkobjects import MTOAnalysisRange
Property detail#
- property MTOAnalysisRange.entirety: MTOEntirety#
Range Entirety.
- property MTOAnalysisRange.object_data: int#
If the Object to which range will be computed is an MTO, use this option to specify the track that will be used to compute that range. By default the MTOβs ComputeTrack will be used.
- property MTOAnalysisRange.object_interval: MTOObjectInterval#
Use Extended to use the last point of the ephemeris span of the object for times past the last point. Default is Normal.
Method detail#
- MTOAnalysisRange.are_all_tracks_in_range(self, time: Any) bool #
Return true if all tracks are in range of the specified object.
- MTOAnalysisRange.are_tracks_in_range(self, all_or_any: MTOTrackEvaluationType, track_ids: list, time: Any) bool #
Return true if any track in the array is visible to the object.
- MTOAnalysisRange.compute_all_ranges(self, mode: MTORangeMode, time: Any) list #
Compute the range of all track ids. Returns an array of track ids with a bool value if itβs in range of the object.
- MTOAnalysisRange.compute_ranges(self, mode: MTORangeMode, track_ids: list, time: Any) list #
Return an array of track ids with a bool value if itβs in range of the object.