RadarPulseIntegrationGoalSNR#

class ansys.stk.core.stkobjects.RadarPulseIntegrationGoalSNR#

Bases: IRadarPulseIntegration

Class defining the goal SNR integration method.

Overview#

snr

Get or set the goal SNR value.

maximum_pulses

Get or set the maximum number of pulses.

integrator_type

Get or set the integrator type.

constant_efficiency

Get or set the constant efficiency value.

exponent_on_pulse_number

Get or set the exponent on pulse number value.

integration_filename

Get or set the integration file.

non_coherent_integration

Get or set the non-coherent integration flag.

Import detail#

from ansys.stk.core.stkobjects import RadarPulseIntegrationGoalSNR

Property detail#

property RadarPulseIntegrationGoalSNR.snr: float#

Get or set the goal SNR value.

property RadarPulseIntegrationGoalSNR.maximum_pulses: int#

Get or set the maximum number of pulses.

property RadarPulseIntegrationGoalSNR.integrator_type: RadarPulseIntegratorType#

Get or set the integrator type.

property RadarPulseIntegrationGoalSNR.constant_efficiency: float#

Get or set the constant efficiency value.

property RadarPulseIntegrationGoalSNR.exponent_on_pulse_number: float#

Get or set the exponent on pulse number value.

property RadarPulseIntegrationGoalSNR.integration_filename: str#

Get or set the integration file.

property RadarPulseIntegrationGoalSNR.non_coherent_integration: bool#

Get or set the non-coherent integration flag.