AntennaModelPhasedArray#
- class ansys.stk.core.stkobjects.AntennaModelPhasedArray#
Bases:
IAntennaModel
,IComponentInfo
,ICloneable
Class defining a phased array antenna model.
Overview#
Get or set the backlobe suppression. |
|
Get or set the option to include the element factor in the gain response. |
|
Get or set the raised cosine exponent for the element factor. |
|
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 an array of valid null direction provider types. |
|
Get or set the null direction provider type. |
|
Get the null direction provider. |
|
Get or set beamformer type. |
|
Get the beamformer. |
|
Get or set the element configuration type. |
|
Get the element configuration. |
|
Get the collection of elements. |
|
Get or set the option to show the grid in the antennaβs element viewport GUI. |
|
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.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.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.