AccessAllowedTimeIntervals ========================== .. py:class:: ansys.stk.core.stkobjects.AccessAllowedTimeIntervals Bases: :py:class:`~ansys.stk.core.stkobjects.IAccessInterval` Allow configuring the access time period using a list of timeline intervals. .. py:currentmodule:: AccessAllowedTimeIntervals Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.AccessAllowedTimeIntervals.list_of_intervals` - A list of timeline intervals used to define a list of allowed access intervals. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import AccessAllowedTimeIntervals Property detail --------------- .. py:property:: list_of_intervals :canonical: ansys.stk.core.stkobjects.AccessAllowedTimeIntervals.list_of_intervals :type: ITimeToolTimeIntervalList A list of timeline intervals used to define a list of allowed access intervals.