ReceiverModelComplex#

class ansys.stk.core.stkobjects.ReceiverModelComplex#

Bases: IReceiverModel, IComponentInfo, ICloneable

Class defining a complex receiver model.

Overview#

set_filter

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

set_demodulator

Set the current demodulator model by name.

set_polarization_type

Set the current polarization type.

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 ReceiverModelComplex instead. Gets an array of supported filter model names.

filter

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

pre_receive_gains_losses

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

pre_demodulator_gains_losses

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

link_margin

Get the interface for configuring the link margin computation parameters.

scale_bandwidth_automatically

Get or set the auto scale bandwidth option.

bandwidth

Get or set the bandwidth.

select_demodulator_automatically

Get or set the auto select demodulator option.

supported_demodulators

Get an array of supported demodulator model names.

demodulator

Get the current demodulator model.

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.

enable_polarization

Get or set the enable polarization option.

polarization

Get the polarization.

track_frequency_automatically

Get or set the auto track frequency option.

frequency

Get or set the frequency.

antenna_control

Get the receiver antenna control.

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.

system_noise_temperature

Get the system noise temperature interface.

interference

Get the radio frequency interference.

filter_component_linking

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

Import detail#

from ansys.stk.core.stkobjects import ReceiverModelComplex

Property detail#

property ReceiverModelComplex.enable_filter: bool#

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

property ReceiverModelComplex.supported_filters: list#

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

property ReceiverModelComplex.filter: IRFFilterModel#

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

property ReceiverModelComplex.pre_receive_gains_losses: AdditionalGainLossCollection#

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

property ReceiverModelComplex.pre_demodulator_gains_losses: AdditionalGainLossCollection#

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

Get the interface for configuring the link margin computation parameters.

property ReceiverModelComplex.scale_bandwidth_automatically: bool#

Get or set the auto scale bandwidth option.

property ReceiverModelComplex.bandwidth: float#

Get or set the bandwidth.

property ReceiverModelComplex.select_demodulator_automatically: bool#

Get or set the auto select demodulator option.

property ReceiverModelComplex.supported_demodulators: list#

Get an array of supported demodulator model names.

property ReceiverModelComplex.demodulator: IDemodulatorModel#

Get the current demodulator model.

property ReceiverModelComplex.use_rain: bool#

Get or set the option for computing rain loss.

property ReceiverModelComplex.supported_rain_outage_percent_values: list#

Get an array of supported rain outage percent values.

property ReceiverModelComplex.rain_outage_percent: float#

Get or set the rain outage percent.

property ReceiverModelComplex.enable_polarization: bool#

Get or set the enable polarization option.

property ReceiverModelComplex.polarization: IPolarization#

Get the polarization.

property ReceiverModelComplex.track_frequency_automatically: bool#

Get or set the auto track frequency option.

property ReceiverModelComplex.frequency: float#

Get or set the frequency.

property ReceiverModelComplex.antenna_control: AntennaControl#

Get the receiver antenna control.

property ReceiverModelComplex.antenna_to_lna_line_loss: float#

Get or set the antenna to LNA line loss.

property ReceiverModelComplex.lna_gain: float#

Get or set the LNA gain.

property ReceiverModelComplex.lna_to_receiver_line_loss: float#

Get or set the LNA to receiver line loss.

property ReceiverModelComplex.system_noise_temperature: SystemNoiseTemperature#

Get the system noise temperature interface.

property ReceiverModelComplex.interference: RFInterference#

Get the radio frequency interference.

property ReceiverModelComplex.filter_component_linking: IComponentLinkEmbedControl#

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

Method detail#

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

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

Parameters:

name : str

Returns:

None

ReceiverModelComplex.set_demodulator(self, name: str) None#

Set the current demodulator model by name.

Parameters:

name : str

Returns:

None

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

Set the current polarization type.

Parameters:

value : PolarizationType

Returns:

None