VehicleTargetPointingIntervalCollection#
- class ansys.stk.core.stkobjects.VehicleTargetPointingIntervalCollection#
Represents a collection of scheduled targeting intervals.
Overview#
Add a new element to the collection. Start/Stop Times use DateFormat Dimension. |
|
Given an index, returns an element in the collection. |
|
Remove all elements from the collection. |
|
Remove an element from the collection using specified index. |
Import detail#
from ansys.stk.core.stkobjects import VehicleTargetPointingIntervalCollection
Property detail#
- property VehicleTargetPointingIntervalCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- VehicleTargetPointingIntervalCollection.add(self, start_time: Any, stop_time: Any) AttitudeScheduleTimesElement #
Add a new element to the collection. Start/Stop Times use DateFormat Dimension.
- VehicleTargetPointingIntervalCollection.item(self, index: int) AttitudeScheduleTimesElement #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
AttitudeScheduleTimesElement