RadarAntennaBeam#
- class ansys.stk.core.stkobjects.RadarAntennaBeam#
Class defining a radar antenna beam.
Overview#
Set the current pointing strategy type. |
|
Set the activity type. |
|
Set the current waveform selection strategy. |
Get or set the antenna beam identifier. |
|
Get the pointing strategy. |
|
Get or set the antenna mainlobe gain. |
|
Get or set the antenna beamwidth. |
|
Get the activity. |
|
Get the waveform selection strategy. |
Import detail#
from ansys.stk.core.stkobjects import RadarAntennaBeam
Property detail#
- property RadarAntennaBeam.pointing_strategy: IPointingStrategy#
Get the pointing strategy.
- property RadarAntennaBeam.activity: IRadarActivity#
Get the activity.
- property RadarAntennaBeam.waveform_selection_strategy: IWaveformSelectionStrategy#
Get the waveform selection strategy.
Method detail#
- RadarAntennaBeam.set_pointing_strategy_type(self, value: PointingStrategyType) None #
Set the current pointing strategy type.
- Parameters:
value :
PointingStrategyType
- Returns:
- RadarAntennaBeam.set_activity_type(self, activity_type: RadarActivityType) None #
Set the activity type.
- Parameters:
activity_type :
RadarActivityType
- Returns:
- RadarAntennaBeam.set_waveform_selection_strategy(self, value: WaveformSelectionStrategyType) None #
Set the current waveform selection strategy.
- Parameters:
value :
WaveformSelectionStrategyType
- Returns: