CoverageAdvancedSettings#

class ansys.stk.core.stkobjects.CoverageAdvancedSettings#

Advanced Properties.

Overview#

data_retention

Data retention options can be all data or static data only.

recompute_automatically

Opt whether to have STK automatically recompute accesses every time an object on which the coverage definition depends is updated.

save_mode

Specify whether accesses are saved with the coverage definition and, if not, whether they are recomputed on load.

region_access_acceleration

Control the use of region access computations to speedup overall coverage computations.

enable_light_time_delay

Specify whether to take light time delay into account in the coverage computation.

event_detection

Get the event detection strategy used in access computations.

sampling

Get the sampling strategy used in access computations.

n_assets_satisfaction_threshold

Number of assets for a valid access, per satisfaction type.

n_assets_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.