CoverageDataRetention#

class ansys.stk.core.stkobjects.CoverageDataRetention#

IntEnum

Overview#

UNKNOWN

Unknown data retention method.

ALL_DATA

All Data - Retains start and stop times for all accesses in virtual memory.

STATIC_DATA_ONLY

Static Only - As access is computed for each point, STK also computes the static value for each figure of merit. Raw access data is then deleted to minimize memory usage.

Import detail#

from ansys.stk.core.stkobjects import CoverageDataRetention