AntennaModelHfssEepArray#

class ansys.stk.core.stkobjects.AntennaModelHfssEepArray#

Bases: IAntennaModel, IComponentInfo, ICloneable

Class defining an HFSS EEP array antenna model.

Overview#

width

Get the array width.

height

Get the array height.

number_of_elements

Get the number of array elements.

supported_beam_direction_provider_types

Get an array of valid beam direction provider types.

beam_direction_provider_type

Get or set the beam direction provider type.

beam_direction_provider

Get the beam direction provider.

beamformer_type

Get or set beamformer type.

beamformer

Get the beamformer.

element_configuration

Get the element configuration.

elements

Get the collection of elements.

Import detail#

from ansys.stk.core.stkobjects import AntennaModelHfssEepArray

Property detail#

property AntennaModelHfssEepArray.width: float#

Get the array width.

property AntennaModelHfssEepArray.height: float#

Get the array height.

property AntennaModelHfssEepArray.number_of_elements: int#

Get the number of array elements.

property AntennaModelHfssEepArray.supported_beam_direction_provider_types: list#

Get an array of valid beam direction provider types.

property AntennaModelHfssEepArray.beam_direction_provider_type: DirectionProviderType#

Get or set the beam direction provider type.

property AntennaModelHfssEepArray.beam_direction_provider: IDirectionProvider#

Get the beam direction provider.

property AntennaModelHfssEepArray.beamformer_type: BeamformerType#

Get or set beamformer type.

property AntennaModelHfssEepArray.beamformer: IBeamformer#

Get the beamformer.

property AntennaModelHfssEepArray.element_configuration: ElementConfigurationHfssEepFile#

Get the element configuration.

property AntennaModelHfssEepArray.elements: ElementCollection#

Get the collection of elements.