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