RadarReceiver#

class ansys.stk.core.stkobjects.RadarReceiver#

Class defining the radar transmitter.

Overview#

set_ifstc_type

Set the IF STC Type.

set_polarization_type

Set the current polarization type.

set_rfstc_type

Set the RF STC Type.

antenna_to_lna_line_loss

Get or set the antenna to LNA line loss.

enable_filter

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

enable_ifstc

Get or set whether the IF STC is enabled.

enable_orthogonal_polarization

Get or set the option for enabling the orthogonal polarization.

enable_polarization

Get or set the enable polarization option.

enable_rfstc

Get or set whether the RF STC is enabled.

filter_component_linking

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

frequency

Get or set the receiver center frequency.

ifstc

Get the IF STC.

lna_bandwidth

Get or set the LNA bandwidth.

lna_gain

Get or set the LNA gain.

lna_to_receiver_line_loss

Get or set the LNA to receiver line loss.

polarization

Get the polarization.

pre_receive_gains_losses

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

rain_outage_percent

Get or set the rain outage percent.

rfstc

Get the RF STC.

supported_ifstc_types

Get the IF STC Types.

supported_rain_outage_percent_values

Get an array of supported rain outage percent values.

supported_rfstc_types

Get the RF STC Types.

system_noise_temperature

Get the system noise temperature interface.

use_rain

Get or set the option for computing rain loss.

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.enable_filter: bool#

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

property RadarReceiver.enable_ifstc: bool#

Get or set whether the IF STC is enabled.

property RadarReceiver.enable_orthogonal_polarization: bool#

Get or set the option for enabling the orthogonal polarization.

property RadarReceiver.enable_polarization: bool#

Get or set the enable polarization option.

property RadarReceiver.enable_rfstc: bool#

Get or set whether the RF STC is enabled.

property RadarReceiver.filter_component_linking: IComponentLinkEmbedControl#

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

property RadarReceiver.frequency: float#

Get or set the receiver center frequency.

property RadarReceiver.ifstc: IRadarSTCAttenuation#

Get the IF STC.

property RadarReceiver.lna_bandwidth: float#

Get or set the LNA bandwidth.

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.polarization: IPolarization#

Get the polarization.

property RadarReceiver.pre_receive_gains_losses: AdditionalGainLossCollection#

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

property RadarReceiver.rain_outage_percent: float#

Get or set the rain outage percent.

property RadarReceiver.rfstc: IRadarSTCAttenuation#

Get the RF STC.

property RadarReceiver.supported_ifstc_types: list#

Get the IF STC Types.

property RadarReceiver.supported_rain_outage_percent_values: list#

Get an array of supported rain outage percent values.

property RadarReceiver.supported_rfstc_types: list#

Get the RF STC Types.

property RadarReceiver.system_noise_temperature: SystemNoiseTemperature#

Get the system noise temperature interface.

property RadarReceiver.use_rain: bool#

Get or set the option for computing rain loss.

Method detail#

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

Set the IF STC Type.

Parameters:

type_name : str

Returns:

None

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

Set the current polarization type.

Parameters:

value : PolarizationType

Returns:

None

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

Set the RF STC Type.

Parameters:

type_name : str

Returns:

None