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.

antenna_control

Get the radar antenna control.

bistatic_receivers

Get the bistatic receiver collection.

mode

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

mode_component_linking

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

supported_modes

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

transmitter

Get the radar transmitter.

Import detail#

from ansys.stk.core.stkobjects import RadarModelBistaticTransmitter

Property detail#

property RadarModelBistaticTransmitter.antenna_control: AntennaControl#

Get the radar antenna control.

property RadarModelBistaticTransmitter.bistatic_receivers: ObjectLinkCollection#

Get the bistatic receiver collection.

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.mode_component_linking: IComponentLinkEmbedControl#

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

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.transmitter: RadarTransmitter#

Get the radar transmitter.

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