IAntennaBeam#
- class ansys.stk.core.stkobjects.IAntennaBeam#
Provide access to an antenna beam.
Overview#
Set the current polarization type. |
Get or set the antenna beam identifier. |
|
Get or set the beam active flag. |
|
Get or set the beam frequency. |
|
Get an array of supported antenna model names. |
|
Get or set the current antenna model by name. |
|
Get the current antenna model. |
|
Get the antenna orientation. |
|
Get or set the enable polarization option. |
|
Get the polarization. |
Import detail#
from ansys.stk.core.stkobjects import IAntennaBeam
Property detail#
- property IAntennaBeam.supported_antenna_models: list#
Get an array of supported antenna model names.
- property IAntennaBeam.antenna_model: IAntennaModel#
Get the current antenna model.
- property IAntennaBeam.orientation: IOrientation#
Get the antenna orientation.
- property IAntennaBeam.polarization: IPolarization#
Get the polarization.
Method detail#
- IAntennaBeam.set_polarization_type(self, value: PolarizationType) None #
Set the current polarization type.
- Parameters:
value :
PolarizationType
- Returns: