RadarModelBistaticTransmitter#

class ansys.stk.core.stkobjects.RadarModelBistaticTransmitter#

Bases: IRadarModel, IComponentInfo, ICloneable

Class defining a bistatic transmitter radar model.

Overview#

set_mode

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

supported_modes

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

mode

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

transmitter

Get the radar transmitter.

bistatic_receivers

Get the bistatic receiver collection.

antenna_control

Get the radar antenna control.

mode_component_linking

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

Import detail#

from ansys.stk.core.stkobjects import RadarModelBistaticTransmitter

Property detail#

property RadarModelBistaticTransmitter.supported_modes: list#

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

property RadarModelBistaticTransmitter.mode: IRadarModeBistaticTransmitter#

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

property RadarModelBistaticTransmitter.transmitter: RadarTransmitter#

Get the radar transmitter.

property RadarModelBistaticTransmitter.bistatic_receivers: ObjectLinkCollection#

Get the bistatic receiver collection.

property RadarModelBistaticTransmitter.antenna_control: AntennaControl#

Get the radar antenna control.

property RadarModelBistaticTransmitter.mode_component_linking: IComponentLinkEmbedControl#

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

Method detail#

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

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

Parameters:

mode_name : str

Returns:

None