RadarCrossSectionFrequencyBandCollection#
- class ansys.stk.core.stkobjects.RadarCrossSectionFrequencyBandCollection#
Class defining a inheritable radar cross section frequency band collection.
Overview#
Import detail#
from ansys.stk.core.stkobjects import RadarCrossSectionFrequencyBandCollection
Property detail#
- property RadarCrossSectionFrequencyBandCollection.count: int#
Return the number of elements in the collection.
- property RadarCrossSectionFrequencyBandCollection._new_enum: EnumeratorProxy#
Return an enumerator for the collection.
Method detail#
- RadarCrossSectionFrequencyBandCollection.item(self, index: int) RadarCrossSectionFrequencyBand #
Given an index, returns the element in the collection.
- Parameters:
index :
int
- Returns:
RadarCrossSectionFrequencyBand