RadarModelMultifunction#
- class ansys.stk.core.stkobjects.RadarModelMultifunction#
Bases:
IRadarModel
,IComponentInfo
,ICloneable
Class defining a multifunction radar model.
Overview#
Set the current pointing strategy type. |
Get the radar transmitter. |
|
Get the radar receiver. |
|
Do not use this property, as it is deprecated.Use the Clutter property instead.Gets the radar clutter geometry. |
|
Get the radar jamming. |
|
Get the radar location object. |
|
Get the radar detection processing object. |
|
Get the pointing strategy. |
|
Get the antenna beams collection. |
|
Get the waveform selection strategy settings. |
|
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: