ScheduleTimeCollection#
- class ansys.stk.core.stkobjects.ScheduleTimeCollection#
Collection of user-scheduled access times.
Overview#
Add a schedule time item to the collection. Start/Stop use DateFormat Dimension. |
|
Remove an item given an index. |
|
Remove all items in the collection. |
|
Remove an interval using the interval interface. Start/Stop use DateFormat Dimension. |
|
Retrieve and ScheduleTime interface given an index. |
|
Deconflicts the schedule time intervals. |
Import detail#
from ansys.stk.core.stkobjects import ScheduleTimeCollection
Property detail#
- property ScheduleTimeCollection._new_enum: EnumeratorProxy#
Enumerates through the collection.
Method detail#
- ScheduleTimeCollection.add(self, start: Any, stop: Any, name: str) ScheduleTime #
Add a schedule time item to the collection. Start/Stop use DateFormat Dimension.
- ScheduleTimeCollection.remove_schedule(self, start: Any, stop: Any, name: str) None #
Remove an interval using the interval interface. Start/Stop use DateFormat Dimension.
- ScheduleTimeCollection.item(self, index: int) ScheduleTime #
Retrieve and ScheduleTime interface given an index.
- Parameters:
index :
int
- Returns:
ScheduleTime