RadarAntennaBeamCollection#
- class ansys.stk.core.stkobjects.RadarAntennaBeamCollection#
Class defining an radar antenna beam collection.
Overview#
Given an index, returns the element in the collection. |
|
Remove the layer with the specified index. |
|
Insert a new beam at the supplied index. |
|
Add a new beam to the collection. |
|
Duplicates the beam at the specified index. |
Import detail#
from ansys.stk.core.stkobjects import RadarAntennaBeamCollection
Property detail#
- property RadarAntennaBeamCollection._new_enum: EnumeratorProxy#
Return an enumerator for the collection.
Method detail#
- RadarAntennaBeamCollection.item(self, index: int) RadarAntennaBeam #
Given an index, returns the element in the collection.
- Parameters:
index :
int
- Returns:
RadarAntennaBeam
- RadarAntennaBeamCollection.remove_at(self, index: int) None #
Remove the layer with the specified index.
- RadarAntennaBeamCollection.insert_at(self, index: int) RadarAntennaBeam #
Insert a new beam at the supplied index.
- Parameters:
index :
int
- Returns:
RadarAntennaBeam
- RadarAntennaBeamCollection.add(self) RadarAntennaBeam #
Add a new beam to the collection.
- Returns:
RadarAntennaBeam
- RadarAntennaBeamCollection.duplicate_beam(self, index: int) RadarAntennaBeam #
Duplicates the beam at the specified index.
- Parameters:
index :
int
- Returns:
RadarAntennaBeam