CoverageAdvancedSettings#
- class ansys.stk.core.stkobjects.CoverageAdvancedSettings#
Advanced Properties.
Overview#
Data retention options can be all data or static data only. |
|
Opt whether to have STK automatically recompute accesses every time an object on which the coverage definition depends is updated. |
|
Specify whether accesses are saved with the coverage definition and, if not, whether they are recomputed on load. |
|
Control the use of region access computations to speedup overall coverage computations. |
|
Specify whether to take light time delay into account in the coverage computation. |
|
Get the event detection strategy used in access computations. |
|
Get the sampling strategy used in access computations. |
|
Number of assets for a valid access, per satisfaction type. |
|
Used to restrict accesses satisfying specified type. |
Import detail#
from ansys.stk.core.stkobjects import CoverageAdvancedSettings
Property detail#
- property CoverageAdvancedSettings.data_retention: CoverageDataRetention#
Data retention options can be all data or static data only.
- property CoverageAdvancedSettings.recompute_automatically: bool#
Opt whether to have STK automatically recompute accesses every time an object on which the coverage definition depends is updated.
- property CoverageAdvancedSettings.save_mode: DataSaveMode#
Specify whether accesses are saved with the coverage definition and, if not, whether they are recomputed on load.
- property CoverageAdvancedSettings.region_access_acceleration: CoverageRegionAccessAccelerationType#
Control the use of region access computations to speedup overall coverage computations.
- property CoverageAdvancedSettings.enable_light_time_delay: bool#
Specify whether to take light time delay into account in the coverage computation.
- property CoverageAdvancedSettings.event_detection: AccessEventDetection#
Get the event detection strategy used in access computations.
- property CoverageAdvancedSettings.sampling: AccessSampling#
Get the sampling strategy used in access computations.
- property CoverageAdvancedSettings.n_assets_satisfaction_threshold: int#
Number of assets for a valid access, per satisfaction type.
- property CoverageAdvancedSettings.n_assets_satisfaction_type: CoverageSatisfactionType#
Used to restrict accesses satisfying specified type.