RadarActivityTimeIntervalListCollection#
- class ansys.stk.core.stkobjects.RadarActivityTimeIntervalListCollection#
Class defining an radar antenna beam collection.
Overview#
Given an index, returns the element in the collection. |
|
Remove the element with the specified index. |
|
Insert a new element at the supplied index. |
|
Add a new element to the collection. |
|
Import time intervals from specified time component. |
|
Load time intervals from file. |
|
Clear all elements from the collection. |
Import detail#
from ansys.stk.core.stkobjects import RadarActivityTimeIntervalListCollection
Property detail#
- property RadarActivityTimeIntervalListCollection.count: int#
Return the number of elements in the collection.
- property RadarActivityTimeIntervalListCollection._new_enum: EnumeratorProxy#
Return an enumerator for the collection.
Method detail#
- RadarActivityTimeIntervalListCollection.item(self, index: int) RadarActivityTimeIntervalListElement #
Given an index, returns the element in the collection.
- Parameters:
index :
int
- Returns:
RadarActivityTimeIntervalListElement
- RadarActivityTimeIntervalListCollection.remove_at(self, index: int) None #
Remove the element with the specified index.
- RadarActivityTimeIntervalListCollection.insert_at(self, index: int) RadarActivityTimeIntervalListElement #
Insert a new element at the supplied index.
- Parameters:
index :
int
- Returns:
RadarActivityTimeIntervalListElement
- RadarActivityTimeIntervalListCollection.add(self) RadarActivityTimeIntervalListElement #
Add a new element to the collection.
- Returns:
RadarActivityTimeIntervalListElement
- RadarActivityTimeIntervalListCollection.import_from_component(self, identifier: str) None #
Import time intervals from specified time component.