RadarTransmitter#

class ansys.stk.core.stkobjects.RadarTransmitter#

Class defining the radar transmitter.

Overview#

set_polarization_type

Set the current polarization type.

enable_filter

Get or set the flag determines whether or not to enable the Filter.

enable_orthogonal_polarization

Get or set the option for enabling the orthogonal polarization.

enable_polarization

Get or set the enable polarization option.

filter_component_linking

Get the link/embed controller for managing the filter model component.

frequency

Get or set the frequency.

frequency_specification

Get or set the frequency specification.

polarization

Get the polarization.

post_transmit_gains_losses

Get the collection of additional post transmit gains and losses.

power

Get or set the power.

power_amplifier_bandwidth

Get or set the power amplifier bandwidth.

wavelength

Get or set the wavelength.

Import detail#

from ansys.stk.core.stkobjects import RadarTransmitter

Property detail#

property RadarTransmitter.enable_filter: bool#

Get or set the flag determines whether or not to enable the Filter.

property RadarTransmitter.enable_orthogonal_polarization: bool#

Get or set the option for enabling the orthogonal polarization.

property RadarTransmitter.enable_polarization: bool#

Get or set the enable polarization option.

property RadarTransmitter.filter_component_linking: IComponentLinkEmbedControl#

Get the link/embed controller for managing the filter model component.

property RadarTransmitter.frequency: float#

Get or set the frequency.

property RadarTransmitter.frequency_specification: RadarFrequencySpecificationType#

Get or set the frequency specification.

property RadarTransmitter.polarization: IPolarization#

Get the polarization.

property RadarTransmitter.post_transmit_gains_losses: AdditionalGainLossCollection#

Get the collection of additional post transmit gains and losses.

property RadarTransmitter.power: float#

Get or set the power.

property RadarTransmitter.power_amplifier_bandwidth: float#

Get or set the power amplifier bandwidth.

property RadarTransmitter.wavelength: float#

Get or set the wavelength.

Method detail#

RadarTransmitter.set_polarization_type(self, value: PolarizationType) None#

Set the current polarization type.

Parameters:

value : PolarizationType

Returns:

None