AntennaModelHfssEepArray#
- class ansys.stk.core.stkobjects.AntennaModelHfssEepArray#
Bases:
IAntennaModel
,IComponentInfo
,ICloneable
Class defining an HFSS EEP array antenna model.
Overview#
Get the array width. |
|
Get the array height. |
|
Get the number of array elements. |
|
Get an array of valid beam direction provider types. |
|
Get or set the beam direction provider type. |
|
Get the beam direction provider. |
|
Get or set beamformer type. |
|
Get the beamformer. |
|
Get the element configuration. |
|
Get the collection of elements. |
Import detail#
from ansys.stk.core.stkobjects import AntennaModelHfssEepArray
Property detail#
- 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.