RadarModelMultifunction#

class ansys.stk.core.stkobjects.RadarModelMultifunction#

Bases: IRadarModel, IComponentInfo, ICloneable

Class defining a multifunction radar model.

Overview#

set_pointing_strategy_type

Set the current pointing strategy type.

transmitter

Get the radar transmitter.

receiver

Get the radar receiver.

clutter_geometry

Do not use this property, as it is deprecated.Use the Clutter property instead.Gets the radar clutter geometry.

jamming

Get the radar jamming.

location

Get the radar location object.

detection_processing

Get the radar detection processing object.

pointing_strategy

Get the pointing strategy.

antenna_beams

Get the antenna beams collection.

waveform_strategy_settings

Get the waveform selection strategy settings.

clutter

Get the radar clutter settings.

Import detail#

from ansys.stk.core.stkobjects import RadarModelMultifunction

Property detail#

property RadarModelMultifunction.transmitter: RadarTransmitterMultifunction#

Get the radar transmitter.

property RadarModelMultifunction.receiver: RadarReceiver#

Get the radar receiver.

property RadarModelMultifunction.clutter_geometry: RadarClutterGeometry#

Do not use this property, as it is deprecated.Use the Clutter property instead.Gets the radar clutter geometry.

property RadarModelMultifunction.jamming: RadarJamming#

Get the radar jamming.

property RadarModelMultifunction.location: CommRadCartesianLocation#

Get the radar location object.

property RadarModelMultifunction.detection_processing: RadarMultifunctionDetectionProcessing#

Get the radar detection processing object.

property RadarModelMultifunction.pointing_strategy: IPointingStrategy#

Get the pointing strategy.

property RadarModelMultifunction.antenna_beams: RadarAntennaBeamCollection#

Get the antenna beams collection.

property RadarModelMultifunction.waveform_strategy_settings: RadarMultifunctionWaveformStrategySettings#

Get the waveform selection strategy settings.

property RadarModelMultifunction.clutter: RadarClutter#

Get the radar clutter settings.

Method detail#

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

Set the current pointing strategy type.

Parameters:

value : PointingStrategyType

Returns:

None