RadarModelBistaticTransmitter#
- class ansys.stk.core.stkobjects.RadarModelBistaticTransmitter#
Bases:
IRadarModel
,IComponentInfo
,ICloneable
Class defining a bistatic transmitter radar model.
Overview#
Do not use this method, as it is deprecated. Use ModeComponentLinking on RadarModelBistaticTransmitter instead. Sets the current radar mode by name. |
Do not use this property, as it is deprecated. Use ModeComponentLinking on RadarModelBistaticTransmitter instead. Gets an array of supported mode names. |
|
Do not use this property, as it is deprecated. Use ModeComponentLinking on RadarModelBistaticTransmitter instead. Gets the current radar mode. |
|
Get the radar transmitter. |
|
Get the bistatic receiver collection. |
|
Get the radar antenna control. |
|
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.