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._new_enum: EnumeratorProxy#
Return an enumerator for the collection.
Method detail#
- RadarCrossSectionFrequencyBandCollection.add(self, min_frequency: float, max_frequency: float) RadarCrossSectionFrequencyBand #
Add a band with supplied minimum and maximum frequencies.
- RadarCrossSectionFrequencyBandCollection.item(self, index: int) RadarCrossSectionFrequencyBand #
Given an index, returns the element in the collection.
- Parameters:
index :
int
- Returns:
RadarCrossSectionFrequencyBand