MTOAnalysisRange#
- class ansys.stk.core.stkobjects.MTOAnalysisRange#
MTO Range Computation.
Overview#
Return true if any track is in range of the specified object. |
|
Return true if all tracks are in range of the specified object. |
|
Return true is the track id is within range. |
|
Return an array of track ids with a bool value if itβs in range of 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 true if any track in the array is visible to the object. |
Get or set the lower range limit in Distance Units. |
|
Get or set the upper range limit in Distance Units. |
|
Use Extended to use the last point of the ephemeris span of the object for times past the last point. Default is Normal. |
|
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. |
|
Get or set the object to which range is being computed. |
|
Range Entirety. |
Import detail#
from ansys.stk.core.stkobjects import MTOAnalysisRange
Property detail#
- 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.
- 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.entirety: MTOEntirety#
Range Entirety.
Method detail#
- MTOAnalysisRange.is_any_track_in_range(self, time: Any) bool #
Return true if any track is in range of the specified object.
- MTOAnalysisRange.are_all_tracks_in_range(self, time: Any) bool #
Return true if all tracks are in range of the specified object.
- MTOAnalysisRange.is_track_in_range(self, track_id: int, time: Any) bool #
Return true is the track id is within range.
- 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.
- 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.