RadarReceiver#
- class ansys.stk.core.stkobjects.RadarReceiver#
Class defining the radar transmitter.
Overview#
Set the current polarization type. |
|
Do not use this method, as it is deprecated. Use FilterComponentLinking on RadarReceiver instead. Sets the current filter model by name. |
|
Set the RF STC Type. |
|
Set the IF STC Type. |
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 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 the collection of additional pre-receive gains and losses. |
|
Get or set the enable polarization option. |
|
Get or set the option for enabling the orthogonal polarization. |
|
Get the polarization. |
|
Get or set the LNA bandwidth. |
|
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 RadarReceiver instead. Gets an array of supported model names. |
|
Do not use this property, as it is deprecated. Use FilterComponentLinking on RadarReceiver instead. Gets the current filter model. |
|
Get the system noise temperature interface. |
|
Get or set whether the RF STC is enabled. |
|
Get the RF STC. |
|
Get or set whether the IF STC is enabled. |
|
Get the IF STC. |
|
Get the RF STC Types. |
|
Get the IF STC Types. |
|
Get or set the receiver center frequency. |
|
Get the link/embed controller for managing the filter model component. |
Import detail#
from ansys.stk.core.stkobjects import RadarReceiver
Property detail#
- property RadarReceiver.supported_rain_outage_percent_values: list#
Get an array of supported rain outage percent values.
- property RadarReceiver.pre_receive_gains_losses: AdditionalGainLossCollection#
Get the collection of additional pre-receive gains and losses.
- 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.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.rfstc: IRadarSTCAttenuation#
Get the RF STC.
- property RadarReceiver.ifstc: IRadarSTCAttenuation#
Get the IF STC.
- 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:
- 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.