DisplayTimesDuringAccess ======================== .. py:class:: ansys.stk.core.stkobjects.DisplayTimesDuringAccess Bases: :py:class:`~ansys.stk.core.stkobjects.IDisplayTimesData` Class defining display intervals in terms of access to objects. .. py:currentmodule:: DisplayTimesDuringAccess Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.DisplayTimesDuringAccess.display_intervals` - Get the display intervals property. * - :py:attr:`~ansys.stk.core.stkobjects.DisplayTimesDuringAccess.access_objects` - Get the access objects property. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import DisplayTimesDuringAccess Property detail --------------- .. py:property:: display_intervals :canonical: ansys.stk.core.stkobjects.DisplayTimesDuringAccess.display_intervals :type: TimeIntervalCollection Get the display intervals property. .. py:property:: access_objects :canonical: ansys.stk.core.stkobjects.DisplayTimesDuringAccess.access_objects :type: ObjectLinkCollection Get the access objects property.