ReceiverModelMultibeam#
- class ansys.stk.core.stkobjects.ReceiverModelMultibeam#
Bases:
IReceiverModel
,IComponentInfo
,ICloneable
Class defining a mutibeam receiver model.
Overview#
Do not use this method, as it is deprecated. Use FilterComponentLinking on ReceiverModelMultibeam instead. Sets the current filter model by name. |
|
Set the current demodulator model by name. |
Get or set the flag determines whether or not to enable the Filter. |
|
Do not use this property, as it is deprecated. Use FilterComponentLinking on ReceiverModelMultibeam instead. Gets an array of supported filter model names. |
|
Do not use this property, as it is deprecated. Use FilterComponentLinking on ReceiverModelMultibeam instead. Gets the current filter model. |
|
Get the collection of additional pre-receive gains and losses. |
|
Get the collection of additional pre-demod gains and losses. |
|
Get the interface for configuring the link margin computation parameters. |
|
Get or set the auto scale bandwidth option. |
|
Get or set the bandwidth. |
|
Get or set the auto select demodulator option. |
|
Get an array of supported demodulator model names. |
|
Get the current demodulator model. |
|
Get or set the option for computing rain loss. |
|
Get an array of supported rain outage percent values. |
|
Get or set the rain outage percent. |
|
Get or set the auto track frequency option. |
|
Get or set the antenna to LNA line loss. |
|
Get or set the LNA gain. |
|
Get or set the LNA to receiver line loss. |
|
Get the system noise temperature interface. |
|
Get the antenna system. |
|
Get the radio frequency interference. |
|
Get the link/embed controller for managing the filter model component. |
Import detail#
from ansys.stk.core.stkobjects import ReceiverModelMultibeam
Property detail#
- property ReceiverModelMultibeam.enable_filter: bool#
Get or set the flag determines whether or not to enable the Filter.
- property ReceiverModelMultibeam.supported_filters: list#
Do not use this property, as it is deprecated. Use FilterComponentLinking on ReceiverModelMultibeam instead. Gets an array of supported filter model names.
- property ReceiverModelMultibeam.filter: IRFFilterModel#
Do not use this property, as it is deprecated. Use FilterComponentLinking on ReceiverModelMultibeam instead. Gets the current filter model.
- property ReceiverModelMultibeam.pre_receive_gains_losses: AdditionalGainLossCollection#
Get the collection of additional pre-receive gains and losses.
- property ReceiverModelMultibeam.pre_demodulator_gains_losses: AdditionalGainLossCollection#
Get the collection of additional pre-demod gains and losses.
- property ReceiverModelMultibeam.link_margin: LinkMargin#
Get the interface for configuring the link margin computation parameters.
- property ReceiverModelMultibeam.scale_bandwidth_automatically: bool#
Get or set the auto scale bandwidth option.
- property ReceiverModelMultibeam.select_demodulator_automatically: bool#
Get or set the auto select demodulator option.
- property ReceiverModelMultibeam.supported_demodulators: list#
Get an array of supported demodulator model names.
- property ReceiverModelMultibeam.demodulator: IDemodulatorModel#
Get the current demodulator model.
- property ReceiverModelMultibeam.supported_rain_outage_percent_values: list#
Get an array of supported rain outage percent values.
- property ReceiverModelMultibeam.track_frequency_automatically: bool#
Get or set the auto track frequency option.
- property ReceiverModelMultibeam.antenna_to_lna_line_loss: float#
Get or set the antenna to LNA line loss.
- property ReceiverModelMultibeam.lna_to_receiver_line_loss: float#
Get or set the LNA to receiver line loss.
- property ReceiverModelMultibeam.system_noise_temperature: SystemNoiseTemperature#
Get the system noise temperature interface.
- property ReceiverModelMultibeam.antenna_system: AntennaSystem#
Get the antenna system.
- property ReceiverModelMultibeam.interference: RFInterference#
Get the radio frequency interference.
- property ReceiverModelMultibeam.filter_component_linking: IComponentLinkEmbedControl#
Get the link/embed controller for managing the filter model component.