RadarWaveformSarPulseIntegration ================================ .. py:class:: ansys.stk.core.stkobjects.RadarWaveformSarPulseIntegration Class defining the pulse integration for a SAR waveform. .. py:currentmodule:: RadarWaveformSarPulseIntegration Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.RadarWaveformSarPulseIntegration.azimuth_broadening_factor` - Get or set the azimuth broadening factor. * - :py:attr:`~ansys.stk.core.stkobjects.RadarWaveformSarPulseIntegration.range_broadening_factor` - Get or set the range broadening factor. * - :py:attr:`~ansys.stk.core.stkobjects.RadarWaveformSarPulseIntegration.if_bandwidth` - Get or set the IF bandwidth. * - :py:attr:`~ansys.stk.core.stkobjects.RadarWaveformSarPulseIntegration.analysis_mode` - Get or set the analysis mode enumeration. * - :py:attr:`~ansys.stk.core.stkobjects.RadarWaveformSarPulseIntegration.analysis_mode_value` - Get or set the analysis mode value. * - :py:attr:`~ansys.stk.core.stkobjects.RadarWaveformSarPulseIntegration.multiplicative_noise_ratio` - Get or set the multiplicative noise ratio. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import RadarWaveformSarPulseIntegration Property detail --------------- .. py:property:: azimuth_broadening_factor :canonical: ansys.stk.core.stkobjects.RadarWaveformSarPulseIntegration.azimuth_broadening_factor :type: float Get or set the azimuth broadening factor. .. py:property:: range_broadening_factor :canonical: ansys.stk.core.stkobjects.RadarWaveformSarPulseIntegration.range_broadening_factor :type: float Get or set the range broadening factor. .. py:property:: if_bandwidth :canonical: ansys.stk.core.stkobjects.RadarWaveformSarPulseIntegration.if_bandwidth :type: float Get or set the IF bandwidth. .. py:property:: analysis_mode :canonical: ansys.stk.core.stkobjects.RadarWaveformSarPulseIntegration.analysis_mode :type: RadarSARPulseIntegrationAnalysisMode Get or set the analysis mode enumeration. .. py:property:: analysis_mode_value :canonical: ansys.stk.core.stkobjects.RadarWaveformSarPulseIntegration.analysis_mode_value :type: float Get or set the analysis mode value. .. py:property:: multiplicative_noise_ratio :canonical: ansys.stk.core.stkobjects.RadarWaveformSarPulseIntegration.multiplicative_noise_ratio :type: float Get or set the multiplicative noise ratio.