RadarTransmitter#
- class ansys.stk.core.stkobjects.RadarTransmitter#
Class defining the radar transmitter.
Overview#
Set the current polarization type. |
|
Do not use this method, as it is deprecated. Use FilterComponentLinking on RadarTransmitter instead. Sets the current filter model by name. |
Get or set the frequency specification. |
|
Get or set the frequency. |
|
Get or set the wavelength. |
|
Get or set the power. |
|
Get the collection of additional post transmit gains and losses. |
|
Get or set the enable polarization option. |
|
Get or set the option for enabling the orthogonal polarization. |
|
Get the polarization. |
|
Get or set the power amplifier bandwidth. |
|
Get or set the flag determines whether or not to enable the Filter. |
|
Do not use this property, as it is deprecated. Use FilterComponentLinking on RadarTransmitter instead. Gets an array of supported filter model names. |
|
Do not use this property, as it is deprecated. Use FilterComponentLinking on RadarTransmitter instead. Gets the current filter model. |
|
Get the link/embed controller for managing the filter model component. |
Import detail#
from ansys.stk.core.stkobjects import RadarTransmitter
Property detail#
- property RadarTransmitter.frequency_specification: RadarFrequencySpecificationType#
Get or set the frequency specification.
- property RadarTransmitter.post_transmit_gains_losses: AdditionalGainLossCollection#
Get the collection of additional post transmit gains and losses.
- property RadarTransmitter.enable_orthogonal_polarization: bool#
Get or set the option for enabling the orthogonal polarization.
- property RadarTransmitter.polarization: IPolarization#
Get the polarization.
- property RadarTransmitter.power_amplifier_bandwidth: float#
Get or set the power amplifier bandwidth.
- property RadarTransmitter.enable_filter: bool#
Get or set the flag determines whether or not to enable the Filter.
- property RadarTransmitter.supported_filters: list#
Do not use this property, as it is deprecated. Use FilterComponentLinking on RadarTransmitter instead. Gets an array of supported filter model names.
- property RadarTransmitter.filter: IRFFilterModel#
Do not use this property, as it is deprecated. Use FilterComponentLinking on RadarTransmitter instead. Gets the current filter model.
- property RadarTransmitter.filter_component_linking: IComponentLinkEmbedControl#
Get the link/embed controller for managing the filter model component.
Method detail#
- RadarTransmitter.set_polarization_type(self, value: PolarizationType) None #
Set the current polarization type.
- Parameters:
value :
PolarizationType
- Returns: