RadarAntennaBeam#

class ansys.stk.core.stkobjects.RadarAntennaBeam#

Class defining a radar antenna beam.

Overview#

set_pointing_strategy_type

Set the current pointing strategy type.

set_activity_type

Set the activity type.

set_waveform_selection_strategy

Set the current waveform selection strategy.

identifier

Get or set the antenna beam identifier.

pointing_strategy

Get the pointing strategy.

gain

Get or set the antenna mainlobe gain.

beam_width

Get or set the antenna beamwidth.

activity

Get the activity.

waveform_selection_strategy

Get the waveform selection strategy.

Import detail#

from ansys.stk.core.stkobjects import RadarAntennaBeam

Property detail#

property RadarAntennaBeam.identifier: str#

Get or set the antenna beam identifier.

property RadarAntennaBeam.pointing_strategy: IPointingStrategy#

Get the pointing strategy.

property RadarAntennaBeam.gain: float#

Get or set the antenna mainlobe gain.

property RadarAntennaBeam.beam_width: float#

Get or set the antenna beamwidth.

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:

None

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

Set the activity type.

Parameters:

activity_type : RadarActivityType

Returns:

None

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

Set the current waveform selection strategy.

Parameters:

value : WaveformSelectionStrategyType

Returns:

None