RadarImagingDataProductCollection#

class ansys.stk.core.stkrfchannelmodeler.RadarImagingDataProductCollection#

A collection of radar transceivers.

Overview#

item

Given an index, returns the element in the collection.

contains

Check to see if a imaging data product with given identifier exists in the collection.

find_by_identifier

Return the imaging data product in the collection with the supplied identifier or Null if not found or invalid.

count

Return the number of elements in the collection.

_new_enum

Return an enumerator for the collection.

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.

Parameters:

identifier : str

Returns:

bool

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