RadarReceiver#

class ansys.stk.core.stkobjects.RadarReceiver#

Class defining the 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 RadarReceiver instead. Sets the current filter model by name.

set_rfstc_type

Set the RF STC Type.

set_ifstc_type

Set the IF STC Type.

antenna_to_lna_line_loss

Get or set the antenna to LNA line loss.

lna_gain

Get or set the LNA gain.

lna_to_receiver_line_loss

Get or set the LNA to receiver line loss.

use_rain

Get or set the option for computing rain loss.

supported_rain_outage_percent_values

Get an array of supported rain outage percent values.

rain_outage_percent

Get or set the rain outage percent.

pre_receive_gains_losses

Get the collection of additional pre-receive 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.

lna_bandwidth

Get or set the LNA 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 RadarReceiver instead. Gets an array of supported model names.

filter

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

system_noise_temperature

Get the system noise temperature interface.

enable_rfstc

Get or set whether the RF STC is enabled.

rfstc

Get the RF STC.

enable_ifstc

Get or set whether the IF STC is enabled.

ifstc

Get the IF STC.

supported_rfstc_types

Get the RF STC Types.

supported_ifstc_types

Get the IF STC Types.

frequency

Get or set the receiver center frequency.

filter_component_linking

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

Import detail#

from ansys.stk.core.stkobjects import RadarReceiver

Property detail#

property RadarReceiver.antenna_to_lna_line_loss: float#

Get or set the antenna to LNA line loss.

property RadarReceiver.lna_gain: float#

Get or set the LNA gain.

property RadarReceiver.lna_to_receiver_line_loss: float#

Get or set the LNA to receiver line loss.

property RadarReceiver.use_rain: bool#

Get or set the option for computing rain loss.

property RadarReceiver.supported_rain_outage_percent_values: list#

Get an array of supported rain outage percent values.

property RadarReceiver.rain_outage_percent: float#

Get or set the rain outage percent.

property RadarReceiver.pre_receive_gains_losses: AdditionalGainLossCollection#

Get the collection of additional pre-receive gains and losses.

property RadarReceiver.enable_polarization: bool#

Get or set the enable polarization option.

property RadarReceiver.enable_orthogonal_polarization: bool#

Get or set the option for enabling the orthogonal polarization.

property RadarReceiver.polarization: IPolarization#

Get the polarization.

property RadarReceiver.lna_bandwidth: float#

Get or set the LNA bandwidth.

property RadarReceiver.enable_filter: bool#

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

property RadarReceiver.supported_filters: list#

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

property RadarReceiver.filter: IRFFilterModel#

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

property RadarReceiver.system_noise_temperature: SystemNoiseTemperature#

Get the system noise temperature interface.

property RadarReceiver.enable_rfstc: bool#

Get or set whether the RF STC is enabled.

property RadarReceiver.rfstc: IRadarSTCAttenuation#

Get the RF STC.

property RadarReceiver.enable_ifstc: bool#

Get or set whether the IF STC is enabled.

property RadarReceiver.ifstc: IRadarSTCAttenuation#

Get the IF STC.

property RadarReceiver.supported_rfstc_types: list#

Get the RF STC Types.

property RadarReceiver.supported_ifstc_types: list#

Get the IF STC Types.

property RadarReceiver.frequency: float#

Get or set the receiver center frequency.

property RadarReceiver.filter_component_linking: IComponentLinkEmbedControl#

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

Method detail#

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

Set the current polarization type.

Parameters:

value : PolarizationType

Returns:

None

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

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

Parameters:

name : str

Returns:

None

RadarReceiver.set_rfstc_type(self, type_name: str) None#

Set the RF STC Type.

Parameters:

type_name : str

Returns:

None

RadarReceiver.set_ifstc_type(self, type_name: str) None#

Set the IF STC Type.

Parameters:

type_name : str

Returns:

None