CircularAntennaArraySourceCollection

INTERNAL:The collection of element sources for the cylindrical/circular antenna array.

Usage locations (collections)

The following objects contain the CircularAntennaArraySourceCollection collection:

Property List

Count
The number of AntennaArraySource items in the collection. (Read only number)

Method List

Item (index number)
Returns the AntennaArraySource at the given index. (Returns a AntennaArraySource object.)

Index List

[number]
Returns the AntennaArraySource at the given index in the collection. (Read AntennaArraySource)

Property Details

Count
The number of AntennaArraySource items in the collection.
Type
number
Access
Read only

Method Details

Item (index number)
Returns the AntennaArraySource at the given index.
Input Parameters
index(number)
The index of the AntennaArraySource.
Return
AntennaArraySource
The AntennaArraySource at the given index.