AntennaBeamCollection#
- class ansys.stk.core.stkobjects.AntennaBeamCollection#
Class defining an antenna beam collection.
Overview#
Import detail#
from ansys.stk.core.stkobjects import AntennaBeamCollection
Property detail#
- property AntennaBeamCollection._new_enum: EnumeratorProxy#
Return an enumerator for the collection.
Method detail#
- AntennaBeamCollection.item(self, index: int) IAntennaBeam #
Given an index, returns the element in the collection.
- Parameters:
index :
int
- Returns:
IAntennaBeam
- AntennaBeamCollection.insert_at(self, index: int) IAntennaBeam #
Insert a new beam at the supplied index.
- Parameters:
index :
int
- Returns:
IAntennaBeam
- AntennaBeamCollection.add(self) IAntennaBeam #
Add a new beam to the collection.
- Returns:
IAntennaBeam