CoverageGridInspector#
- class ansys.stk.core.stkobjects.CoverageGridInspector#
CoverageGridInspector class provides methods to use the grid inspector tool for coverage definition.
Overview#
Lat param uses Latitude Dimension. Lon param uses Longitude Dimension. |
|
Select a region. |
|
Clear the selected point or region. |
|
Return a collection of grid points that allows the user to select points into the grid inspector. |
Access for the point selected in the graphics window. |
|
Access times for the point selected in the graphics window. |
|
Get the probability of coverage for the point selected in the graphics window being achieved as a function of the time past a request for coverage. |
|
Summary of coverage for the region selected in the graphics window. |
|
Summary of the coverage intervals for the selected region, including access start and end times, duration of each interval and the percentage of the region covered during each pass. |
|
Detailed information about the intervals of time when each asset can provide coverage to the selected region. |
|
Retrieve the message when a point or region is selected. |
Import detail#
from ansys.stk.core.stkobjects import CoverageGridInspector
Property detail#
- property CoverageGridInspector.point_coverage: IDataProviderInfo#
Access for the point selected in the graphics window.
- property CoverageGridInspector.point_daily_coverage: IDataProviderInfo#
Access times for the point selected in the graphics window.
- property CoverageGridInspector.point_probability_of_coverage: IDataProviderInfo#
Get the probability of coverage for the point selected in the graphics window being achieved as a function of the time past a request for coverage.
- property CoverageGridInspector.region_coverage: IDataProviderInfo#
Summary of coverage for the region selected in the graphics window.
- property CoverageGridInspector.region_full_coverage: IDataProviderInfo#
Summary of the coverage intervals for the selected region, including access start and end times, duration of each interval and the percentage of the region covered during each pass.
- property CoverageGridInspector.region_pass_coverage: IDataProviderInfo#
Detailed information about the intervals of time when each asset can provide coverage to the selected region.
Method detail#
- CoverageGridInspector.select_point(self, lat: Any, lon: Any) None #
Lat param uses Latitude Dimension. Lon param uses Longitude Dimension.
- CoverageGridInspector.get_grid_point_selection(self) CoverageGridPointSelection #
Return a collection of grid points that allows the user to select points into the grid inspector.
- Returns:
CoverageGridPointSelection