RadarModelBistaticTransmitter#

class ansys.stk.core.stkobjects.RadarModelBistaticTransmitter#

Bases: IRadarModel, IComponentInfo, ICloneable

Class defining a bistatic transmitter radar model.

Overview#

antenna_control

Get the radar antenna control.

bistatic_receivers

Get the bistatic receiver collection.

mode_component_linking

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

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_component_linking: IComponentLinkEmbedControl#

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

property RadarModelBistaticTransmitter.transmitter: RadarTransmitter#

Get the radar transmitter.