RadarModelMonostatic#
- class ansys.stk.core.stkobjects.RadarModelMonostatic#
Bases:
IRadarModel
,IComponentInfo
,ICloneable
Class defining a monostatic radar model.
Overview#
Do not use this method, as it is deprecated. Use ModeComponentLinking on RadarModelMonostatic instead. Sets the current radar mode by name. |
Do not use this property, as it is deprecated. Use ModeComponentLinking on RadarModelMonostatic instead. Gets an array of supported mode names. |
|
Do not use this property, as it is deprecated. Use ModeComponentLinking on RadarModelMonostatic instead. Gets the current radar mode. |
|
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 antenna control. |
|
Get the radar clutter settings. |
|
Get the link/embed controller for managing the radar mode component. |
Import detail#
from ansys.stk.core.stkobjects import RadarModelMonostatic
Property detail#
- property RadarModelMonostatic.supported_modes: list#
Do not use this property, as it is deprecated. Use ModeComponentLinking on RadarModelMonostatic instead. Gets an array of supported mode names.
- property RadarModelMonostatic.mode: IRadarModeMonostatic#
Do not use this property, as it is deprecated. Use ModeComponentLinking on RadarModelMonostatic instead. Gets the current radar mode.
- property RadarModelMonostatic.transmitter: RadarTransmitter#
Get the radar transmitter.
- property RadarModelMonostatic.receiver: RadarReceiver#
Get the radar receiver.
- property RadarModelMonostatic.clutter_geometry: RadarClutterGeometry#
Do not use this property, as it is deprecated. Use the Clutter property instead. Gets the radar clutter geometry.
- property RadarModelMonostatic.jamming: RadarJamming#
Get the radar jamming.
- property RadarModelMonostatic.antenna_control: AntennaControl#
Get the radar antenna control.
- property RadarModelMonostatic.clutter: RadarClutter#
Get the radar clutter settings.
- property RadarModelMonostatic.mode_component_linking: IComponentLinkEmbedControl#
Get the link/embed controller for managing the radar mode component.