RadarAntennaBeam#

class ansys.stk.core.stkobjects.RadarAntennaBeam#

Class defining a radar antenna beam.

Overview#

set_activity_type

Set the activity type.

set_pointing_strategy_type

Set the current pointing strategy type.

set_waveform_selection_strategy

Set the current waveform selection strategy.

activity

Get the activity.

beamwidth

Get or set the antenna beamwidth.

gain

Get or set the antenna mainlobe gain.

identifier

Get or set the antenna beam identifier.

pointing_strategy

Get the pointing strategy.

waveform_selection_strategy

Get the waveform selection strategy.

Import detail#

from ansys.stk.core.stkobjects import RadarAntennaBeam

Property detail#

property RadarAntennaBeam.activity: IRadarActivity#

Get the activity.

property RadarAntennaBeam.beamwidth: float#

Get or set the antenna beamwidth.

property RadarAntennaBeam.gain: float#

Get or set the antenna mainlobe gain.

property RadarAntennaBeam.identifier: str#

Get or set the antenna beam identifier.

property RadarAntennaBeam.pointing_strategy: IPointingStrategy#

Get the pointing strategy.

property RadarAntennaBeam.waveform_selection_strategy: IWaveformSelectionStrategy#

Get the waveform selection strategy.

Method detail#

RadarAntennaBeam.set_activity_type(self, activity_type: RadarActivityType) None#

Set the activity type.

Parameters:

activity_type : RadarActivityType

Returns:

None

RadarAntennaBeam.set_pointing_strategy_type(self, value: PointingStrategyType) None#

Set the current pointing strategy type.

Parameters:

value : PointingStrategyType

Returns:

None

RadarAntennaBeam.set_waveform_selection_strategy(self, value: WaveformSelectionStrategyType) None#

Set the current waveform selection strategy.

Parameters:

value : WaveformSelectionStrategyType

Returns:

None