AntennaModelGPSGlobal#

class ansys.stk.core.stkobjects.AntennaModelGPSGlobal#

Bases: IAntennaModel, IComponentInfo, ICloneable

Class defining a GPS global antenna model.

Overview#

supported_block_types

Get an array of supported block types.

block_type

Get or set the block type.

efficiency

Get or set the efficiency.

maximum_gain

Get the maximum gain.

beamwidth

Get the beamwidth.

Import detail#

from ansys.stk.core.stkobjects import AntennaModelGPSGlobal

Property detail#

property AntennaModelGPSGlobal.supported_block_types: list#

Get an array of supported block types.

property AntennaModelGPSGlobal.block_type: str#

Get or set the block type.

property AntennaModelGPSGlobal.efficiency: float#

Get or set the efficiency.

property AntennaModelGPSGlobal.maximum_gain: float#

Get the maximum gain.

property AntennaModelGPSGlobal.beamwidth: Any#

Get the beamwidth.