RadarTransmitterMultifunction#

class ansys.stk.core.stkobjects.RadarTransmitterMultifunction#

Class defining the multifunction radar transmitter.

Overview#

set_polarization_type

Set the current polarization type.

set_filter

Do not use this method, as it is deprecated. Use FilterComponentLinking on RadarTransmitterMultifunction instead. Sets the current filter model by name.

post_transmit_gains_losses

Get the collection of additional post transmit gains and losses.

enable_polarization

Get or set the enable polarization option.

enable_orthogonal_polarization

Get or set the option for enabling the orthogonal polarization.

polarization

Get the polarization.

power_amplifier_bandwidth

Get or set the power amplifier bandwidth.

enable_filter

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

supported_filters

Do not use this property, as it is deprecated. Use FilterComponentLinking on RadarTransmitterMultifunction instead. Gets an array of supported filter model names.

filter

Do not use this property, as it is deprecated. Use FilterComponentLinking on RadarTransmitterMultifunction instead. Gets the current filter model.

maximum_power_limit

Get or set the power.

filter_component_linking

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

Import detail#

from ansys.stk.core.stkobjects import RadarTransmitterMultifunction

Property detail#

property RadarTransmitterMultifunction.post_transmit_gains_losses: AdditionalGainLossCollection#

Get the collection of additional post transmit gains and losses.

property RadarTransmitterMultifunction.enable_polarization: bool#

Get or set the enable polarization option.

property RadarTransmitterMultifunction.enable_orthogonal_polarization: bool#

Get or set the option for enabling the orthogonal polarization.

property RadarTransmitterMultifunction.polarization: IPolarization#

Get the polarization.

property RadarTransmitterMultifunction.power_amplifier_bandwidth: float#

Get or set the power amplifier bandwidth.

property RadarTransmitterMultifunction.enable_filter: bool#

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

property RadarTransmitterMultifunction.supported_filters: list#

Do not use this property, as it is deprecated. Use FilterComponentLinking on RadarTransmitterMultifunction instead. Gets an array of supported filter model names.

property RadarTransmitterMultifunction.filter: IRFFilterModel#

Do not use this property, as it is deprecated. Use FilterComponentLinking on RadarTransmitterMultifunction instead. Gets the current filter model.

property RadarTransmitterMultifunction.maximum_power_limit: float#

Get or set the power.

property RadarTransmitterMultifunction.filter_component_linking: IComponentLinkEmbedControl#

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

Method detail#

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

Set the current polarization type.

Parameters:

value : PolarizationType

Returns:

None

RadarTransmitterMultifunction.set_filter(self, name: str) None#

Do not use this method, as it is deprecated. Use FilterComponentLinking on RadarTransmitterMultifunction instead. Sets the current filter model by name.

Parameters:

name : str

Returns:

None