ReceiverModelSimple#
- class ansys.stk.core.stkobjects.ReceiverModelSimple#
Bases:
IReceiverModel
,IComponentInfo
,ICloneable
Class defining a simple receiver model.
Overview#
Do not use this method, as it is deprecated. Use FilterComponentLinking on ReceiverModelSimple instead. Sets the current filter model by name. |
|
Set the current demodulator model by name. |
|
Set the current polarization type. |
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 ReceiverModelSimple instead. Gets an array of supported filter model names. |
|
Do not use this property, as it is deprecated. Use FilterComponentLinking on ReceiverModelSimple 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 enable polarization option. |
|
Get the polarization. |
|
Get or set the auto track frequency option. |
|
Get or set the frequency. |
|
Get or set the G/T. |
|
Get the radio frequency interference. |
|
Get the link/embed controller for managing the filter model component. |
Import detail#
from ansys.stk.core.stkobjects import ReceiverModelSimple
Property detail#
- property ReceiverModelSimple.enable_filter: bool#
Get or set the flag determines whether or not to enable the Filter.
- property ReceiverModelSimple.supported_filters: list#
Do not use this property, as it is deprecated. Use FilterComponentLinking on ReceiverModelSimple instead. Gets an array of supported filter model names.
- property ReceiverModelSimple.filter: IRFFilterModel#
Do not use this property, as it is deprecated. Use FilterComponentLinking on ReceiverModelSimple instead. Gets the current filter model.
- property ReceiverModelSimple.pre_receive_gains_losses: AdditionalGainLossCollection#
Get the collection of additional pre-receive gains and losses.
- property ReceiverModelSimple.pre_demodulator_gains_losses: AdditionalGainLossCollection#
Get the collection of additional pre-demod gains and losses.
- property ReceiverModelSimple.link_margin: LinkMargin#
Get the interface for configuring the link margin computation parameters.
- property ReceiverModelSimple.scale_bandwidth_automatically: bool#
Get or set the auto scale bandwidth option.
- property ReceiverModelSimple.select_demodulator_automatically: bool#
Get or set the auto select demodulator option.
- property ReceiverModelSimple.supported_demodulators: list#
Get an array of supported demodulator model names.
- property ReceiverModelSimple.demodulator: IDemodulatorModel#
Get the current demodulator model.
- property ReceiverModelSimple.supported_rain_outage_percent_values: list#
Get an array of supported rain outage percent values.
- property ReceiverModelSimple.polarization: IPolarization#
Get the polarization.
- property ReceiverModelSimple.track_frequency_automatically: bool#
Get or set the auto track frequency option.
- property ReceiverModelSimple.interference: RFInterference#
Get the radio frequency interference.
- property ReceiverModelSimple.filter_component_linking: IComponentLinkEmbedControl#
Get the link/embed controller for managing the filter model component.
Method detail#
- ReceiverModelSimple.set_filter(self, name: str) None #
Do not use this method, as it is deprecated. Use FilterComponentLinking on ReceiverModelSimple instead. Sets the current filter model by name.
- ReceiverModelSimple.set_demodulator(self, name: str) None #
Set the current demodulator model by name.
- ReceiverModelSimple.set_polarization_type(self, value: PolarizationType) None #
Set the current polarization type.
- Parameters:
value :
PolarizationType
- Returns: