AntennaSystem#
- class ansys.stk.core.stkobjects.AntennaSystem#
Class defining an antenna system.
Overview#
Set the beam selection strategy type. |
Get the antenna beam collection. |
|
Get the beam selection strategy. |
Import detail#
from ansys.stk.core.stkobjects import AntennaSystem
Property detail#
- property AntennaSystem.antenna_beams: AntennaBeamCollection#
Get the antenna beam collection.
- property AntennaSystem.beam_selection_strategy: IAntennaBeamSelectionStrategy#
Get the beam selection strategy.
Method detail#
- AntennaSystem.set_beam_selection_strategy_type(self, value: BeamSelectionStrategyType) None #
Set the beam selection strategy type.
- Parameters:
value :
BeamSelectionStrategyType
- Returns: