RadarImagingDataProductCollection#
- class ansys.stk.core.stkrfchannelmodeler.RadarImagingDataProductCollection#
A collection of radar transceivers.
Overview#
Given an index, returns the element in the collection. |
|
Check to see if a imaging data product with given identifier exists in the collection. |
|
Return the imaging data product in the collection with the supplied identifier or Null if not found or invalid. |
Import detail#
from ansys.stk.core.stkrfchannelmodeler import RadarImagingDataProductCollection
Property detail#
- property RadarImagingDataProductCollection.count: int#
Return the number of elements in the collection.
- property RadarImagingDataProductCollection._new_enum: EnumeratorProxy#
Return an enumerator for the collection.
Method detail#
- RadarImagingDataProductCollection.item(self, index: int) RadarImagingDataProduct #
Given an index, returns the element in the collection.
- Parameters:
index :
int
- Returns:
RadarImagingDataProduct
- RadarImagingDataProductCollection.contains(self, identifier: str) bool #
Check to see if a imaging data product with given identifier exists in the collection.
- RadarImagingDataProductCollection.find_by_identifier(self, identifier: str) RadarImagingDataProduct #
Return the imaging data product in the collection with the supplied identifier or Null if not found or invalid.
- Parameters:
identifier :
str
- Returns:
RadarImagingDataProduct