RadarPulseIntegrationGoalSNR ============================ .. py:class:: ansys.stk.core.stkobjects.RadarPulseIntegrationGoalSNR Bases: :py:class:`~ansys.stk.core.stkobjects.IRadarPulseIntegration` Class defining the goal SNR integration method. .. py:currentmodule:: RadarPulseIntegrationGoalSNR Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.RadarPulseIntegrationGoalSNR.snr` - Get or set the goal SNR value. * - :py:attr:`~ansys.stk.core.stkobjects.RadarPulseIntegrationGoalSNR.maximum_pulses` - Get or set the maximum number of pulses. * - :py:attr:`~ansys.stk.core.stkobjects.RadarPulseIntegrationGoalSNR.integrator_type` - Get or set the integrator type. * - :py:attr:`~ansys.stk.core.stkobjects.RadarPulseIntegrationGoalSNR.constant_efficiency` - Get or set the constant efficiency value. * - :py:attr:`~ansys.stk.core.stkobjects.RadarPulseIntegrationGoalSNR.exponent_on_pulse_number` - Get or set the exponent on pulse number value. * - :py:attr:`~ansys.stk.core.stkobjects.RadarPulseIntegrationGoalSNR.integration_filename` - Get or set the integration file. * - :py:attr:`~ansys.stk.core.stkobjects.RadarPulseIntegrationGoalSNR.non_coherent_integration` - Get or set the non-coherent integration flag. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import RadarPulseIntegrationGoalSNR Property detail --------------- .. py:property:: snr :canonical: ansys.stk.core.stkobjects.RadarPulseIntegrationGoalSNR.snr :type: float Get or set the goal SNR value. .. py:property:: maximum_pulses :canonical: ansys.stk.core.stkobjects.RadarPulseIntegrationGoalSNR.maximum_pulses :type: int Get or set the maximum number of pulses. .. py:property:: integrator_type :canonical: ansys.stk.core.stkobjects.RadarPulseIntegrationGoalSNR.integrator_type :type: RadarPulseIntegratorType Get or set the integrator type. .. py:property:: constant_efficiency :canonical: ansys.stk.core.stkobjects.RadarPulseIntegrationGoalSNR.constant_efficiency :type: float Get or set the constant efficiency value. .. py:property:: exponent_on_pulse_number :canonical: ansys.stk.core.stkobjects.RadarPulseIntegrationGoalSNR.exponent_on_pulse_number :type: float Get or set the exponent on pulse number value. .. py:property:: integration_filename :canonical: ansys.stk.core.stkobjects.RadarPulseIntegrationGoalSNR.integration_filename :type: str Get or set the integration file. .. py:property:: non_coherent_integration :canonical: ansys.stk.core.stkobjects.RadarPulseIntegrationGoalSNR.non_coherent_integration :type: bool Get or set the non-coherent integration flag.