AntennaModelPhasedArray#

class ansys.stk.core.stkobjects.AntennaModelPhasedArray#

Bases: IAntennaModel, IComponentInfo, ICloneable

Class defining a phased array antenna model.

Overview#

backlobe_suppression

Get or set the backlobe suppression.

include_element_factor

Get or set the option to include the element factor in the gain response.

element_factor_exponent

Get or set the raised cosine exponent for the element factor.

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.

supported_null_direction_provider_types

Get an array of valid null direction provider types.

null_direction_provider_type

Get or set the null direction provider type.

null_direction_provider

Get the null direction provider.

beamformer_type

Get or set beamformer type.

beamformer

Get the beamformer.

element_configuration_type

Get or set the element configuration type.

element_configuration

Get the element configuration.

elements

Get the collection of elements.

show_grid

Get or set the option to show the grid in the antenna’s element viewport GUI.

show_labels

Get or set the option to show the labels in the antenna’s element viewport GUI.

Import detail#

from ansys.stk.core.stkobjects import AntennaModelPhasedArray

Property detail#

property AntennaModelPhasedArray.backlobe_suppression: float#

Get or set the backlobe suppression.

property AntennaModelPhasedArray.include_element_factor: bool#

Get or set the option to include the element factor in the gain response.

property AntennaModelPhasedArray.element_factor_exponent: float#

Get or set the raised cosine exponent for the element factor.

property AntennaModelPhasedArray.width: float#

Get the array width.

property AntennaModelPhasedArray.height: float#

Get the array height.

property AntennaModelPhasedArray.number_of_elements: int#

Get the number of array elements.

property AntennaModelPhasedArray.supported_beam_direction_provider_types: list#

Get an array of valid beam direction provider types.

property AntennaModelPhasedArray.beam_direction_provider_type: DirectionProviderType#

Get or set the beam direction provider type.

property AntennaModelPhasedArray.beam_direction_provider: IDirectionProvider#

Get the beam direction provider.

property AntennaModelPhasedArray.supported_null_direction_provider_types: list#

Get an array of valid null direction provider types.

property AntennaModelPhasedArray.null_direction_provider_type: DirectionProviderType#

Get or set the null direction provider type.

property AntennaModelPhasedArray.null_direction_provider: IDirectionProvider#

Get the null direction provider.

property AntennaModelPhasedArray.beamformer_type: BeamformerType#

Get or set beamformer type.

property AntennaModelPhasedArray.beamformer: IBeamformer#

Get the beamformer.

property AntennaModelPhasedArray.element_configuration_type: ElementConfigurationType#

Get or set the element configuration type.

property AntennaModelPhasedArray.element_configuration: IElementConfiguration#

Get the element configuration.

property AntennaModelPhasedArray.elements: ElementCollection#

Get the collection of elements.

property AntennaModelPhasedArray.show_grid: bool#

Get or set the option to show the grid in the antenna’s element viewport GUI.

property AntennaModelPhasedArray.show_labels: bool#

Get or set the option to show the labels in the antenna’s element viewport GUI.