RadarModelBistaticReceiver#

class ansys.stk.core.stkobjects.RadarModelBistaticReceiver#

Bases: IRadarModel, IComponentInfo, ICloneable

Class defining a bistatic receiver radar model.

Overview#

set_mode

Do not use this method, as it is deprecated. Use ModeComponentLinking on RadarModelBistaticReceiver instead. Sets the current radar mode by name.

supported_modes

Do not use this property, as it is deprecated. Use ModeComponentLinking on RadarModelBistaticReceiver instead. Gets an array of supported mode names.

mode

Do not use this property, as it is deprecated. Use ModeComponentLinking on RadarModelBistaticReceiver instead. Gets the current radar mode.

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.

bistatic_transmitters

Get the bistatic transmitter collection.

antenna_control

Get the radar antenna control.

clutter

Get the radar clutter settings.

mode_component_linking

Get the link/embed controller for managing the radar mode component.

Import detail#

from ansys.stk.core.stkobjects import RadarModelBistaticReceiver

Property detail#

property RadarModelBistaticReceiver.supported_modes: list#

Do not use this property, as it is deprecated. Use ModeComponentLinking on RadarModelBistaticReceiver instead. Gets an array of supported mode names.

property RadarModelBistaticReceiver.mode: IRadarModeBistaticReceiver#

Do not use this property, as it is deprecated. Use ModeComponentLinking on RadarModelBistaticReceiver instead. Gets the current radar mode.

property RadarModelBistaticReceiver.receiver: RadarReceiver#

Get the radar receiver.

property RadarModelBistaticReceiver.clutter_geometry: RadarClutterGeometry#

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

property RadarModelBistaticReceiver.jamming: RadarJamming#

Get the radar jamming.

property RadarModelBistaticReceiver.bistatic_transmitters: ObjectLinkCollection#

Get the bistatic transmitter collection.

property RadarModelBistaticReceiver.antenna_control: AntennaControl#

Get the radar antenna control.

property RadarModelBistaticReceiver.clutter: RadarClutter#

Get the radar clutter settings.

property RadarModelBistaticReceiver.mode_component_linking: IComponentLinkEmbedControl#

Get the link/embed controller for managing the radar mode component.

Method detail#

RadarModelBistaticReceiver.set_mode(self, mode_name: str) None#

Do not use this method, as it is deprecated. Use ModeComponentLinking on RadarModelBistaticReceiver instead. Sets the current radar mode by name.

Parameters:

mode_name : str

Returns:

None