RadarModelMonostatic#
- class ansys.stk.core.stkobjects.RadarModelMonostatic#
Bases:
IRadarModel
,IComponentInfo
,ICloneable
Class defining a monostatic radar model.
Overview#
Get the radar antenna control. |
|
Get the radar clutter settings. |
|
Get the radar jamming. |
|
Get the link/embed controller for managing the radar mode component. |
|
Get the radar receiver. |
|
Get the radar transmitter. |
Import detail#
from ansys.stk.core.stkobjects import RadarModelMonostatic
Property detail#
- property RadarModelMonostatic.antenna_control: AntennaControl#
Get the radar antenna control.
- property RadarModelMonostatic.clutter: RadarClutter#
Get the radar clutter settings.
- property RadarModelMonostatic.jamming: RadarJamming#
Get the radar jamming.
- property RadarModelMonostatic.mode_component_linking: IComponentLinkEmbedControl#
Get the link/embed controller for managing the radar mode component.
- property RadarModelMonostatic.receiver: RadarReceiver#
Get the radar receiver.
- property RadarModelMonostatic.transmitter: RadarTransmitter#
Get the radar transmitter.