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