AntennaSystem#

class ansys.stk.core.stkobjects.AntennaSystem#

Class defining an antenna system.

Overview#

set_beam_selection_strategy_type

Set the beam selection strategy type.

antenna_beams

Get the antenna beam collection.

beam_selection_strategy

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:

None